diff options
Diffstat (limited to 'hugolib/shortcode_test.go')
-rw-r--r-- | hugolib/shortcode_test.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go index 21436d980..92812bf66 100644 --- a/hugolib/shortcode_test.go +++ b/hugolib/shortcode_test.go @@ -126,10 +126,11 @@ func TestShortcodeMultipleOutputFormats(t *testing.T) { siteConfig := ` baseURL = "http://example.com/blog" -paginate = 1 - disableKinds = ["section", "term", "taxonomy", "RSS", "sitemap", "robotsTXT", "404"] +[pagination] +pagerSize = 1 + [outputs] home = [ "HTML", "AMP", "Calendar" ] page = [ "HTML", "AMP", "JSON" ] |