File tree Expand file tree Collapse file tree
themes/poison/layouts/partials/post Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 </ ul >
2323 </ p >
2424 {{ else }}
25- {{ if .PrevPage }}
26- {{ if eq .PrevPage .Section "posts" }}
27- < a class ="previous-post " href ="{{ .PrevPage .Permalink }}?ref=footer "> « {{ .PrevPage .Title | truncate 50 "..."}}</ a >
25+ {{ if .Prev }}
26+ {{ if eq .Prev .Section "posts" }}
27+ < a class ="previous-post " href ="{{ .Prev .Permalink }}?ref=footer "> « {{ .Prev .Title | truncate 50 "..."}}</ a >
2828 {{ end }}
2929 {{ end }}
30- {{ if .NextPage }}
31- {{ if eq .NextPage .Section "posts" }}
32- < a class ="next-post " href ="{{ .NextPage .Permalink }}?ref=footer "> {{ .NextPage .Title | truncate 50 "..." }} »</ a >
30+ {{ if .Next }}
31+ {{ if eq .Next .Section "posts" }}
32+ < a class ="next-post " href ="{{ .Next .Permalink }}?ref=footer "> {{ .Next .Title | truncate 50 "..." }} »</ a >
3333 {{ end }}
3434 {{ end }}
3535 {{ end }}
You can’t perform that action at this time.
0 commit comments