added <hr> tag above pagination controls

This commit is contained in:
Mark Pitman 2015-07-12 20:10:40 -07:00
parent 9f394ed30a
commit 71d57def8c
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<nav class="pagination" role="navigation">
{{ if or .HasPrev .HasNext }}
<hr />
{{ end }}
{{if .HasPrev}}
<a class="newer-posts" href="{{ .Prev.URL }}">&laquo; Newer Posts</a>
{{end}}