config(fix): move paginate to pagination.pagerSize (deprecation)
closes #746 Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
0608f9f9fc
commit
363bd2e656
|
@ -6,10 +6,12 @@ resourceDir = "../resources"
|
|||
|
||||
DefaultContentLanguage = "en"
|
||||
SectionPagesMenu = "main"
|
||||
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
googleAnalytics = ""
|
||||
enableRobotsTXT = true
|
||||
|
||||
[pagination]
|
||||
pagerSize = 3 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
title = "Ananke"
|
||||
|
|
Loading…
Reference in a new issue