diff options
| author | Francesco <tomaselli.fr@gmail.com> | 2024-06-24 18:58:20 +0200 | 
|---|---|---|
| committer | Francesco <tomaselli.fr@gmail.com> | 2024-06-24 18:58:20 +0200 | 
| commit | 9fa27609d8c3efb7454d6dccd1f46a55a71b36a2 (patch) | |
| tree | 76720b29653854638b9fe25a57b2b66c8228948d /layouts/partials/pagination-single.html | |
| parent | ec3f104c10ba40ed5050a61afed9d5410ffae1a5 (diff) | |
Updated single pagination
Diffstat (limited to 'layouts/partials/pagination-single.html')
| -rw-r--r-- | layouts/partials/pagination-single.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/layouts/partials/pagination-single.html b/layouts/partials/pagination-single.html index 9bc5ced..d82c53c 100644 --- a/layouts/partials/pagination-single.html +++ b/layouts/partials/pagination-single.html @@ -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> @@ -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> | 
