From 2ceda80f74ebbae6d5398826e46fe2d7edd6be61 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 15 Oct 2021 19:30:46 -0500 Subject: [PATCH] Revert "Plainify the title field in " This reverts commit 34605bb8e29be1fa9299012af1c8e8c78e96547b. It causes an issue with characters such as quotes in the website title --- 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 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" . }}