hugo/helpers
bep bec4bdae99 Return error on wrong use of the Paginator
`Paginate`now returns error when

1) `.Paginate` is called after `.Paginator`
2) `.Paginate` is repeatedly called with different arguments

This should help remove some confusion.

This commit also introduces DistinctErrorLogger, to prevent spamming the log for duplicate rendering errors from the pagers.

Fixes #993
2015-03-31 22:33:17 +02:00
..
content.go Experimental AsciiDoc support with external helpers 2015-03-12 22:01:49 -04:00
content_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
general.go Return error on wrong use of the Paginator 2015-03-31 22:33:17 +02:00
general_test.go Add some more corner tests for ReaderContains 2015-03-30 01:22:09 +02:00
hugo.go Refactor Hugo version 2015-03-18 12:23:13 +01:00
hugo_test.go Refactor Hugo version 2015-03-18 12:23:13 +01:00
path.go Handle views in combo with Ace base templates 2015-03-29 21:12:13 +02:00
path_test.go Fix errors reported by Go Vet 2015-03-06 15:25:19 +01:00
pygments.go Hash all pygments parameters. 2015-03-29 13:01:44 +02:00
url.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00
url_test.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00