diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html index 540d63f1..6ad0a148 100644 --- a/layouts/partials/paige/links.html +++ b/layouts/partials/paige/links.html @@ -1,35 +1,35 @@ {{ $page := . }} {{ if fileExists "static/apple-touch-icon.png" }} - + {{ end }} {{ if fileExists "static/favicon.ico" }} - + {{ end }} {{ if fileExists "static/favicon.png" }} - + {{ end }} {{ if fileExists "static/favicon.svg" }} - + {{ end }} {{ if fileExists "static/favicon-16x16.png" }} - + {{ end }} {{ if fileExists "static/favicon-32x32.png" }} - + {{ end }} {{ if fileExists "static/safari-pinned-tab.svg" }} - + {{ end }} {{ if fileExists "assets/site.webmanifest" }} - + {{ end }} {{ $color := $page.Param "paige.color" | default "#0d6efd" }} @@ -45,5 +45,5 @@ {{ end }} {{ range $page.AlternativeOutputFormats }} - {{ printf `` (.Permalink | safeURL) .Rel .MediaType | safeHTML }} + {{ printf `` .Permalink .Rel .MediaType | safeHTML }} {{ end }} diff --git a/layouts/partials/paige/list-item.html b/layouts/partials/paige/list-item.html index 869997e3..6bbae048 100644 --- a/layouts/partials/paige/list-item.html +++ b/layouts/partials/paige/list-item.html @@ -68,11 +68,11 @@ {{- if $normal -}} {{- if gt $i 0 }} · {{ end -}} - {{ .LinkTitle }} + {{ .LinkTitle }} {{- else -}} {{- if gt $i 0 }} {{ end -}} - {{ .LinkTitle }} + {{ .LinkTitle }} {{- end -}} {{- end }}

diff --git a/layouts/partials/paige/page-footer.html b/layouts/partials/paige/page-footer.html index 753387b9..1f65108b 100644 --- a/layouts/partials/paige/page-footer.html +++ b/layouts/partials/paige/page-footer.html @@ -27,13 +27,13 @@
{{ with $edit }}
- {{ i18n "paige_edit_this_page" }} + {{ i18n "paige_edit_this_page" }}
{{ end }} {{ with $history }}
- {{ i18n "paige_edit_history" }} + {{ i18n "paige_edit_history" }}
{{ end }}
diff --git a/layouts/partials/paige/page-header.html b/layouts/partials/paige/page-header.html index dc84f970..d049d5b2 100644 --- a/layouts/partials/paige/page-header.html +++ b/layouts/partials/paige/page-header.html @@ -50,11 +50,11 @@ {{- if $normal -}} {{- if gt $i 0 }} · {{ end -}} - {{ .LinkTitle }} + {{ .LinkTitle }} {{- else -}} {{- if gt $i 0 }} {{ end -}} - {{ .LinkTitle }} + {{ .LinkTitle }} {{- end -}} {{- end }}

diff --git a/layouts/partials/paige/site-header.html b/layouts/partials/paige/site-header.html index 85bab927..aeb3c785 100644 --- a/layouts/partials/paige/site-header.html +++ b/layouts/partials/paige/site-header.html @@ -60,7 +60,7 @@ {{ $active := or $home $menu $section }}