mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
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:
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…
Reference in New Issue
Block a user