mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-27 23:57:31 -05:00
Specify markdownify or plainify for .Title references
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<meta itemprop="name" content="{{ .Title }}">
|
||||
<meta itemprop="name" content="{{ .Title | plainify }}">
|
||||
<meta itemprop="description" content="{{ with .Description }}{{ . }}{{ else }}{{ if .IsPage }}{{ .Summary | plainify }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
|
||||
|
||||
{{ $format := "2006-01-02T15:04:05-07:00" }}
|
||||
|
Reference in New Issue
Block a user