Skip to content

Commit

Permalink
Updated single pagination
Browse files Browse the repository at this point in the history
Former-commit-id: 060b2e7
Former-commit-id: 03d8b48920239525a54cbff3a14907b9323bd77f
  • Loading branch information
tomfran committed Jun 24, 2024
1 parent 2fd60ae commit 711ec8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/pagination-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="single-pagination-container-prev">
<div class="single-pagination-text"></div>
<div class="single-pagination-text">
<a href="{{ .Permalink }}">
<a href="{{ .RelPermalink }}">
{{ .Title }}
</a>
</div>
Expand All @@ -22,7 +22,7 @@
{{ with .NextInSection }}
<div class="single-pagination-container-next">
<div class="single-pagination-text">
<a href="{{ .Permalink }}">
<a href="{{ .RelPermalink }}">
{{ .Title }}
</a>
</div>
Expand Down

0 comments on commit 711ec8e

Please sign in to comment.