forked from mirrors/hugo-tufte
Section for pagination
This commit is contained in:
parent
7e7be65768
commit
94f14c0aad
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
{{ if and (.Paginator) (gt .Paginator.TotalPages 1) }}
|
{{ if and (.Paginator) (gt .Paginator.TotalPages 1) }}
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div id="pagination" class="pagination">
|
<section id="pagination" class="pagination">
|
||||||
|
|
||||||
<span class="previous-page">
|
<span class="previous-page">
|
||||||
{{ if .Paginator.HasPrev }}
|
{{ if .Paginator.HasPrev }}
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</div>
|
</section>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue