Fix prev, next page link URLs
This commit is contained in:
@@ -19,13 +19,13 @@
|
|||||||
<div class="mb-3" id="paige-prev-next">
|
<div class="mb-3" id="paige-prev-next">
|
||||||
{{ if $page.PrevInSection }}
|
{{ if $page.PrevInSection }}
|
||||||
<p class="mb-0 text-center text-secondary" id="paige-prev">
|
<p class="mb-0 text-center text-secondary" id="paige-prev">
|
||||||
<a class="link-secondary" href="{{ $page.Prev.Permalink }}">← {{ $page.PrevInSection.Title }}</a>
|
<a class="link-secondary" href="{{ $page.PrevInSection.Permalink }}">← {{ $page.PrevInSection.Title }}</a>
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if $page.NextInSection }}
|
{{ if $page.NextInSection }}
|
||||||
<p class="mb-0 text-center text-secondary" id="paige-next">
|
<p class="mb-0 text-center text-secondary" id="paige-next">
|
||||||
<a class="link-secondary" href="{{ $page.Next.Permalink }}">{{ $page.NextInSection.Title }} →</a>
|
<a class="link-secondary" href="{{ $page.NextInSection.Permalink }}">{{ $page.NextInSection.Title }} →</a>
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user