1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-07 18:34:36 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Cameron Moore
47fdfd5196 Clean up lint in various packages
Changes fall into one of the following:

- gofmt -s
- receiver name is inconsistent
- omit unused 2nd value from range
- godoc comment formed incorrectly
- err assigned and not used
- if block ends with a return statement followed by else
2017-09-29 16:23:16 +02:00
Bjørn Erik Pedersen
3b4f17bbc9 hugolib: Implement "related content"
This closes , even if this commit does not do full content text search.

We may revisit that problem in the future, but that deserves its own issue.

Fixes 
2017-09-06 00:20:02 +02:00