mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-01-22 09:46:15 -06:00
Revert "Plainify the title field in <head>"
This reverts commit 34605bb8e29be1fa9299012af1c8e8c78e96547b. It causes an issue with characters such as quotes in the website title
This commit is contained in:
parent
92352a0c19
commit
2ceda80f74
@ -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" . }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user