mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-13 09:57:30 -05: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:
@ -24,7 +24,7 @@
|
|||||||
{{ if .IsHome }}
|
{{ if .IsHome }}
|
||||||
<title>{{ .Site.Title }}</title>
|
<title>{{ .Site.Title }}</title>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<title>{{ (print .Title " | " .Site.Title) | markdownify | plainify }}</title>
|
<title>{{ print .Title " | " .Site.Title }}</title>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ partial "opengraph.html" . }}
|
{{ partial "opengraph.html" . }}
|
||||||
|
Reference in New Issue
Block a user