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:
BBaoVanC 2021-10-15 19:30:46 -05:00
parent 92352a0c19
commit 2ceda80f74
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

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" . }}