Add related formats to meta
This commit is contained in:
parent
fdc285bf02
commit
82b6a896ad
1 changed files with 4 additions and 0 deletions
|
@ -31,3 +31,7 @@
|
|||
<meta name="description" content="{{ .Summary | plainify | chomp | htmlUnescape | truncate .Site.Params.summary_length_long "..." }}" />
|
||||
<meta name="author" content="{{ title .Site.Params.author }}" />
|
||||
<meta name="canonical" content="{{ .Permalink }}" />
|
||||
|
||||
{{ range .AlternativeOutputFormats }}
|
||||
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink }}">
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue