Add site title to meta tag

This commit is contained in:
Michael Zhang 2021-10-31 23:17:12 -05:00
parent 3424164934
commit 50b600b519
1 changed files with 1 additions and 1 deletions

View File

@ -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" />