Tweaked the new solarized css

This commit is contained in:
Julien Dessaux 2021-08-16 12:44:18 +02:00
parent 78a6f5505d
commit 8f6e019821
2 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,7 @@
</li>
{{ end -}}
{{- range $pag.Pagers -}}
<li{{ if eq . $pag }} class="pagination-active"{{ end }}>
<li {{ if eq . $pag }}class="pagination-active"{{ else }}class="pagination-enabled"{{ end }}>
<a href="{{ .URL }}">{{ .PageNumber }}</a>
</li>
{{- end }}