From 03364c0aa9e11147b5dec94227a0f8a37ca618a2 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Aug 2024 23:31:13 +0200 Subject: [PATCH] Collapse the Articles page to a simple ordered list --- .../layouts/_default/list.html | 33 +++---------------- 1 file changed, 4 insertions(+), 29 deletions(-) diff --git a/themes/hugo-theme-ipng/layouts/_default/list.html b/themes/hugo-theme-ipng/layouts/_default/list.html index 8f388cb..b635de4 100644 --- a/themes/hugo-theme-ipng/layouts/_default/list.html +++ b/themes/hugo-theme-ipng/layouts/_default/list.html @@ -3,34 +3,7 @@

{{ .Title }}

- {{ if default true .Site.Params.showTaxonomyLinks }} - - {{ end }} +Here’s a sitemap of informational articles and papers in reversed chronological order: {{- if .Pages -}} {{- $pages := (where .Pages ".Draft" false) -}} @@ -42,9 +15,11 @@ {{- $pages = .Paginate $pages -}} {{- end -}} + {{ partial "pagination.html" . }} {{- end -}}