Add content tags to mete tags
This commit is contained in:
parent
0bfe26827d
commit
3366679f3e
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@
|
||||||
<meta name="author" content="{{ title .Site.Params.author }}" />
|
<meta name="author" content="{{ title .Site.Params.author }}" />
|
||||||
<meta name="canonical" content="{{ .Permalink }}" />
|
<meta name="canonical" content="{{ .Permalink }}" />
|
||||||
|
|
||||||
|
{{ range .Params.tags }}
|
||||||
|
<meta property="article:tag" content="{{ . }}" />
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ range .AlternativeOutputFormats }}
|
{{ range .AlternativeOutputFormats }}
|
||||||
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink }}">
|
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink }}">
|
||||||
|
|
Loading…
Reference in a new issue