some fixes of styles
This commit is contained in:
parent
f33403abe2
commit
cf9df47ac7
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ $page := $.Paginator }}
|
||||
{{ if gt $page.TotalPages 1 }}
|
||||
<div class="my-6 flex justify-between">
|
||||
<div class="my-8 flex justify-between">
|
||||
{{ if $page.HasPrev }}
|
||||
<a href="{{ $page.Prev.URL }}">← Newer</a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue