mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-30 22:45:19 -04:00
commit
3730b32107
3 changed files with 12 additions and 2 deletions
|
@ -33,10 +33,10 @@
|
|||
<footer class="list-footer">
|
||||
<nav class="pagination">
|
||||
{{ if $paginator.HasPrev }}
|
||||
<a class="pagination-prev" href="{{ $paginator.Prev.URL }}">← Prev Page</a>
|
||||
<a class="pagination-prev" href="{{ $paginator.Prev.URL }}">← {{ i18n "prevPage" }}</a>
|
||||
{{ end }}
|
||||
{{ if $paginator.HasNext }}
|
||||
<a class="pagination-next" href="{{ $paginator.Next.URL }}">Next Page →</a>
|
||||
<a class="pagination-next" href="{{ $paginator.Next.URL }}">{{ i18n "nextPage" }} →</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue