From 34605bb8e29be1fa9299012af1c8e8c78e96547b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 15 Oct 2021 18:51:58 -0500 Subject: [PATCH] Plainify the title field in --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" . }}