diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ae5da0c..3abf0e0 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -24,7 +24,7 @@ {{ if .IsHome }} {{ .Site.Title }} {{ else }} - {{ (print .Title " | " .Site.Title) | markdownify | plainify }} + {{ print .Title " | " .Site.Title }} {{ end }} {{ partial "opengraph.html" . }}