add browse functionality

This commit is contained in:
Henrique Dias
2015-09-17 17:41:31 +01:00
parent 686a909e23
commit edf0a453a3
10 changed files with 258 additions and 139 deletions

View File

@@ -85,6 +85,7 @@ func sortByTitle(config []*frontmatter) {
}
sort.Strings(keys)
// TODO: http://golang.org/pkg/sort/#Interface
cnf := make([]*frontmatter, len(config))
for index, title := range keys {