Add title and permalink
This commit is contained in:
parent
a2e3f6f6e6
commit
3424164934
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{{- define "headExtra" -}}
|
||||
<meta name="description" content="{{ .Summary }}" />
|
||||
<meta property="og:title" content="{{ .Title }}" />
|
||||
<meta property="og:url" content="{{ .Permalink }}" />
|
||||
<meta property="og:description" content="{{ .Summary }}" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}" />
|
||||
|
|
Loading…
Reference in a new issue