1
Fork 0

Add related formats to meta

This commit is contained in:
Jake Howard 2017-07-14 21:24:20 +01:00
parent fdc285bf02
commit 82b6a896ad
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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 }}