mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-13 14:44:28 -04:00
Merge b7145036ad
into 7cf752f864
This commit is contained in:
commit
4c499aa2b9
1 changed files with 1 additions and 1 deletions
|
@ -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 . ) }}
|
{{- if and (gt (len $pages) 1) (in $pages . ) }}
|
||||||
<nav class="paginav">
|
<nav class="paginav">
|
||||||
{{- with $pages.Next . }}
|
{{- with $pages.Next . }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue