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) }}
|
||||
<hr />
|
||||
|
||||
<div id="pagination" class="pagination">
|
||||
<section id="pagination" class="pagination">
|
||||
|
||||
<span class="previous-page">
|
||||
{{ if .Paginator.HasPrev }}
|
||||
|
@ -51,7 +51,7 @@
|
|||
{{ end }}
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ end }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue