diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 64994d6..d011c79 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -75,7 +75,7 @@ ← {{ i18n "newer_post" }} {{ else }} @@ -88,7 +88,7 @@ {{ i18n "older_post" }} → {{ else }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 64dcba1..ab0f78e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -21,9 +21,9 @@ {{ end }} {{ if .IsHome }} - {{ .Site.Title }} + {{ .Site.Title | plainify }} {{ else }} - {{ print .Title " | " .Site.Title }} + {{ (print .Title " | " .Site.Title) | plainify }} {{ end }} {{ partial "opengraph.html" . }} diff --git a/layouts/partials/link_tags.html b/layouts/partials/link_tags.html index 89b00f9..95a6539 100644 --- a/layouts/partials/link_tags.html +++ b/layouts/partials/link_tags.html @@ -1,15 +1,15 @@ {{ range .AlternativeOutputFormats }} - + {{ end }} {{ with .OutputFormats.Get "rss" }} - + {{ end }} {{ with .PrevInSection }} - + {{ end }} {{ with .NextInSection }} - + {{ end }} diff --git a/layouts/partials/opengraph.html b/layouts/partials/opengraph.html index 67f800b..935944e 100644 --- a/layouts/partials/opengraph.html +++ b/layouts/partials/opengraph.html @@ -1,4 +1,4 @@ - + diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html index 0363383..9f46086 100644 --- a/layouts/partials/schema.html +++ b/layouts/partials/schema.html @@ -1,4 +1,4 @@ - + {{ $format := "2006-01-02T15:04:05-07:00" }} diff --git a/layouts/partials/top.html b/layouts/partials/top.html index 7eb00e5..b2d0cb2 100644 --- a/layouts/partials/top.html +++ b/layouts/partials/top.html @@ -5,7 +5,7 @@