Compare commits

..

No commits in common. "bb8ceb59a715c409fcc2d61cae87a7bb62497d37" and "664a609103ad8164b54de1f693276806516f0d4c" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ div.content .meta-tag {
} }
.list { .list {
ul:not(.pagination) { ul {
position: relative; position: relative;
width: 100%; width: 100%;
margin: 3.2rem 0 3.2rem 0; margin: 3.2rem 0 3.2rem 0;

View File

@ -95,7 +95,7 @@
{{ else if eq .Site.Params.colorscheme "auto" }} {{ else if eq .Site.Params.colorscheme "auto" }}
{{ $csClass = "colorscheme-auto" }} {{ $csClass = "colorscheme-auto" }}
{{ end }} {{ end }}
<body class="{{ .Kind | lower }} {{ with .File }}{{ .BaseFileName | lower }}{{ end }} {{ $csClass }}{{ if .Site.Params.rtl }} rtl{{ end }}"> <body class="{{ .Kind | lower }} {{ .File.BaseFileName | lower }} {{ $csClass }}{{ if .Site.Params.rtl }} rtl{{ end }}">
<main class="wrapper"> <main class="wrapper">
{{ partial "header.html" . }} {{ partial "header.html" . }}

View File

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