Add site title to meta tag
This commit is contained in:
parent
3424164934
commit
50b600b519
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{{- define "headExtra" -}}
|
||||
<meta name="description" content="{{ .Summary }}" />
|
||||
<meta property="og:title" content="{{ .Title }}" />
|
||||
<meta property="og:title" content="{{ .Site.Title }}: {{ .Title }}" />
|
||||
<meta property="og:url" content="{{ .Permalink }}" />
|
||||
<meta property="og:description" content="{{ .Summary }}" />
|
||||
<meta property="og:type" content="article" />
|
||||
|
|
Loading…
Reference in a new issue