Tweaked the new solarized css
This commit is contained in:
parent
78a6f5505d
commit
8f6e019821
2 changed files with 4 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue