add pagination styles

This commit is contained in:
Ray Elliott 2020-02-19 22:23:37 +00:00
parent 091e45c27d
commit bb8ceb59a7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
{{ end }}
{{ if eq ($.Scratch.Get "page_number_flag") true }}
{{ if eq . $paginator }}
<li>{{ .PageNumber }}</li>
<li class="current-page">{{ .PageNumber }}</li>
{{ else }}
<li><a href="{{ .URL }}">{{ .PageNumber }}</a></li>
{{ end }}