diff --git a/config.toml b/config.toml index a84c6de..c62fde5 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ languageCode = 'en-us' title = 'The Voidcruiser' theme = 'vugo' -paginate = 10 +paginate = 100 [params] contentTypeName = 'rambles' diff --git a/layouts/_default/index.html b/layouts/_default/index.html index e0d7c74..27f130d 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -11,7 +11,7 @@ {{ $paginator := .Paginate (where $PageContext.RegularPages "Type" $contentTypeName) }}
{{ .Title | markdownify}} | {{ .Params.Date.Format "2006-01-02" }} | diff --git a/themes/vugo b/themes/vugo index 9b04750..e37d635 160000 --- a/themes/vugo +++ b/themes/vugo @@ -1 +1 @@ -Subproject commit 9b04750cf5d8a891ee9f1e2b94b410ec3e947ab5 +Subproject commit e37d6351860020f42d2ffe4784f58700a44b8b28