added <hr> tag above pagination controls
This commit is contained in:
parent
9f394ed30a
commit
71d57def8c
@ -1,4 +1,7 @@
|
|||||||
<nav class="pagination" role="navigation">
|
<nav class="pagination" role="navigation">
|
||||||
|
{{ if or .HasPrev .HasNext }}
|
||||||
|
<hr />
|
||||||
|
{{ end }}
|
||||||
{{if .HasPrev}}
|
{{if .HasPrev}}
|
||||||
<a class="newer-posts" href="{{ .Prev.URL }}">« Newer Posts</a>
|
<a class="newer-posts" href="{{ .Prev.URL }}">« Newer Posts</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Loading…
Reference in New Issue
Block a user