feat: Remove markdown from title
This commit is contained in:
parent
e56e652846
commit
ef696aae40
|
@ -31,8 +31,8 @@
|
|||
<meta name="keywords" content="{{ $.Site.Params.Keywords }}" />
|
||||
{{ end }}
|
||||
<meta property="og:url" content="{{ .Permalink }}" />
|
||||
<meta property="og:title" content="{{ .Title }} · {{ .Site.Title }}" />
|
||||
<meta name="twitter:title" content="{{ .Title }} · {{ .Site.Title }}" />
|
||||
<meta property="og:title" content="{{ plainify (.RenderString .Title) }} · {{ .Site.Title }}" />
|
||||
<meta name="twitter:title" content="{{ plainify (.RenderString .Title) }} · {{ .Site.Title }}" />
|
||||
{{ if .Description }}
|
||||
<meta name="og:description" content="{{ .Description }}" />
|
||||
<meta name="twitter:description" content="{{ .Description }}" />
|
||||
|
|
Loading…
Reference in New Issue