mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-04-25 09:04:00 -05:00
Add TODO warning to fix pagination
This commit is contained in:
parent
ad7432155f
commit
fa89bc6746
@ -1,5 +1,7 @@
|
|||||||
{{ if gt .Paginator.TotalPages 1 }}
|
{{ if gt .Paginator.TotalPages 1 }}
|
||||||
<nav class="pagination">
|
<nav class="pagination">
|
||||||
{{ template "_internal/pagination.html" . }}
|
{{/* _internal/pagination.html */}}
|
||||||
|
{{ fmt.Warnf "TODO: fix pagination.html to support 0.146" }}
|
||||||
|
{{/* partial "pagination.html" . */}}
|
||||||
</nav>
|
</nav>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user