From 4230fd9accde372069f89d9ecd0f694f64748da2 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 5 Aug 2024 00:17:34 +0200 Subject: [PATCH] Add pagination of articles; Swap date and article title in the list --- hugo.toml | 1 + themes/hugo-theme-ipng/layouts/_default/list.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index fb289fb..5adaf8b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -15,6 +15,7 @@ paginate = 4 mainSections = ["articles"] showTaxonomyLinks = false nBlogLatest = 14 # number of blog post om the home page + Paginate = 30 blogLatestHeading = "Latest Dabblings" footer = "Copyright 2021- IPng Networks GmbH, all rights reserved" diff --git a/themes/hugo-theme-ipng/layouts/_default/list.html b/themes/hugo-theme-ipng/layouts/_default/list.html index b635de4..be8b95c 100644 --- a/themes/hugo-theme-ipng/layouts/_default/list.html +++ b/themes/hugo-theme-ipng/layouts/_default/list.html @@ -17,7 +17,7 @@ Here’s a sitemap of informational articles and papers in reversed chronologica