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
content_test.go
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
pygments.go Hash all pygments parameters. 2015-03-29 13:01:44 +02:00
url.go
url_test.go