diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0d8c404..5d18476 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -21,7 +21,7 @@ {{ if .IsHome }} {{ .Site.Title }} {{ else }} - {{ print .Title " | " .Site.Title }} + {{ (print .Title " | " .Site.Title) | markdownify | plainify }} {{ end }} {{ partial "opengraph.html" . }}