4 lines
284 B
HTML
4 lines
284 B
HTML
|
{{- with or .Description .Params.summary .Site.Params.description (plainify (.Content | safeHTML) | strings.Truncate 140) }}
|
||
|
<meta name="description" itemprop="description" property="og:description" content="{{ . }}" />
|
||
|
<meta name="twitter:description" content="{{ . }}" />
|
||
|
{{- end }}
|