forked from mirrors/hugo-tufte
Pagination centered?
This commit is contained in:
parent
91c8254119
commit
3f7a67f386
3 changed files with 7 additions and 5 deletions
layouts
|
@ -33,6 +33,8 @@
|
|||
{{ if and (.Paginator) (gt .Paginator.TotalPages 1) }}
|
||||
<hr />
|
||||
|
||||
<div id="pagination" class="pagination">
|
||||
|
||||
<span class="previous-page">
|
||||
{{ if .Paginator.HasPrev }}
|
||||
<a class="link-reverse" href="{{.Paginator.Prev.URL}}">«</a>
|
||||
|
@ -49,6 +51,8 @@
|
|||
{{ end }}
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue