mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-15 07:47:29 -05:00
Fix pagination for Hugo 0.146
This commit is contained in:
layouts/partials
@ -1,5 +1,6 @@
|
||||
{{ if gt .Paginator.TotalPages 1 }}
|
||||
<nav class="pagination">
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
{{/* https://github.com/gohugoio/hugo/blob/a88b488181279befd50e1d127f9f67604f2f9854/tpl/tplimpl/embedded/templates/_partials/pagination.html */}}
|
||||
{{ partial "_internal/pagination.html" . }}
|
||||
</nav>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user