From 5a4b5e36037e079c86a515d02b134bfa98b31760 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Fri, 10 Mar 2023 01:12:16 +0100 Subject: [PATCH] More ramble items per page --- config.toml | 2 +- layouts/_default/index.html | 2 +- themes/vugo | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) }} - {{ range first 5 .Paginator.Pages }} + {{ range first 10 .Paginator.Pages }} 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
{{ .Title | markdownify}} {{ .Params.Date.Format "2006-01-02" }}