store repos in entries indexed by slug
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/index.go → templates/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)),