Changed layouts/partials/post_nav_links.html to show PostNavLinks on all pages in all sub-directories of /content directory.

This commit is contained in:
ShaikAleemAhamed123 2025-04-12 00:01:32 +05:30
parent 72615b6d49
commit b7145036ad

View file

@ -1,4 +1,4 @@
{{- $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
{{- $pages := where site.RegularPages "Section" .Section }}
{{- if and (gt (len $pages) 1) (in $pages . ) }}
<nav class="paginav">
{{- with $pages.Next . }}