all repos — elgit @ a943f744c1f12ceda9e066cfe350c1aa782f3290

fork of legit: web frontend for git, written in go

store repos in entries indexed by slug

Alan Pearce
commit

a943f744c1f12ceda9e066cfe350c1aa782f3290

parent

d8232be179233be6144ee12e4b537d0dd9eb68e8

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/index.gotemplates/index.go
@@ -23,7 +23,7 @@ return g.If(len(entry.Repositories) == 1,
Repository(entry.Repositories[0], 0), ) }), - g.MapMap(entries.Map, func(category string, entry *data.Entry) g.Node { + g.MapMap(entries.Categories, func(category string, entry *data.Entry) g.Node { return g.Group{ Div(Class("index-category"), Header(g.Text(category)),