Revert "Plainify the title field in <head>"

This reverts commit 34605bb8e2.

It causes an issue with characters such as quotes in the website title
This commit is contained in:
2021-10-15 19:30:46 -05:00
parent 92352a0c19
commit 2ceda80f74

View File

@ -24,7 +24,7 @@
{{ if .IsHome }}
<title>{{ .Site.Title }}</title>
{{ else }}
<title>{{ (print .Title " | " .Site.Title) | markdownify | plainify }}</title>
<title>{{ print .Title " | " .Site.Title }}</title>
{{ end }}
{{ partial "opengraph.html" . }}