mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-28 16:17:30 -05:00
See https://gohugo.io/templates/new-templatesystem-overview/ Under layouts/ - mv _default/* . - mv partials _partials - mv shortcodes _shortcodes - mv taxonomy/list.html taxonomy.html - mv taxonomy/term.html term.html
7 lines
292 B
HTML
7 lines
292 B
HTML
{{ if gt .Paginator.TotalPages 1 }}
|
|
<nav class="pagination">
|
|
{{/* https://github.com/gohugoio/hugo/blob/a88b488181279befd50e1d127f9f67604f2f9854/tpl/tplimpl/embedded/templates/_partials/pagination.html */}}
|
|
{{ partial "_internal/pagination.html" . }}
|
|
</nav>
|
|
{{ end }}
|