diff --git a/layouts/404.html b/layouts/404.html index fb12afbad5..6a8371c5cc 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -33,7 +33,7 @@

{{ T "message-404" }}

-

{{ T "Go-to-homepage" }}

+

{{ T "Go-to-homepage" }}

Page not found!

diff --git a/layouts/partials/_taxonomy.html b/layouts/partials/_taxonomy.html index d9b966f34c..7b92e1654c 100644 --- a/layouts/partials/_taxonomy.html +++ b/layouts/partials/_taxonomy.html @@ -13,12 +13,12 @@ {{- end }} {{- end }} {{- if $len }} -
  • {{ .Page.Title }} ({{ $len }})
  • +
  • {{ .Page.Title }} ({{ $len }})
  • {{- end }} {{- else }} {{- range sort .Pages "Title" }} {{- if and .Title (or (ne (.Scratch.Get "relearnIsHiddenStem") true) (ne .Site.Params.disableTagHiddenPages true) ) }} -
  • {{ .Title }}
  • +
  • {{ .Title }}
  • {{- end }} {{- end }} {{- end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 50e36a0ee4..b1379717b2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -17,7 +17,7 @@ {{- if eq .Rel "canonical" }} {{ (printf $link .Permalink .Rel .MediaType.Type ($title | htmlEscape)) | safeHTML }} {{- else if and (ne .Name "JSON") (ne .Name "SEARCH") }} - {{ (printf $link (partial "relLangPrettyUglyURL.hugo" (dict "page" $page "to" .)) .Rel .MediaType.Type ($title | htmlEscape)) | safeHTML }} + {{ (printf $link (partial "relLangPrettyUglyURL.hugo" (dict "to" .)) .Rel .MediaType.Type ($title | htmlEscape)) | safeHTML }} {{- end }} {{- end }} {{- end }} @@ -49,7 +49,7 @@