summaryrefslogtreecommitdiffstats
path: root/hugolib/pagination.go
AgeCommit message (Expand)Author
2015-04-21pagination: export pager to make Golint happybep
2015-04-21Use fmt.Errorf to make Golint happybep
2015-03-31Return error on wrong use of the Paginatorbep
2015-03-31Add pager size argument to paginator methodsbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07hugolib: apply some more Golint rulesbep
2015-03-06Avoid panic when pagination on 0 pagesbep
2015-01-27Improve pagination testingbep
2015-01-26Add pagination support for home page, sections and taxonomiesbep