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 -}}