summaryrefslogtreecommitdiffstats
path: root/hugolib/pagesPrevNext.go
AgeCommit message (Collapse)Author
2016-04-07huglib: Add even more missing GoDocBjørn Erik Pedersen
See #2014
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
Still need to add some missing headers and an AUTHORS file. See #1646
2015-11-23Change the license to Apache 2.0Steve Francia
2015-03-11Correct initialisms as suggested by golintAnthony Fok
First step to use initialisms that golint suggests, for example: Line 116: func GetHtmlRenderer should be GetHTMLRenderer as see on http://goreportcard.com/report/spf13/hugo Thanks to @bep for the idea! Note that command-line flags (cobra and pflag) as well as struct fields like .BaseUrl and .Url that are used in Go HTML templates need more work to maintain backward-compatibility, and thus are NOT yet dealt with in this commit. First step in fixing #959.
2014-11-27Adding Prev/Next functionality to all lists of pages (sections, taxonomies, etc)spf13