diff options
Diffstat (limited to 'layouts/partials/alternate-outputs.html')
| -rw-r--r-- | layouts/partials/alternate-outputs.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/alternate-outputs.html b/layouts/partials/alternate-outputs.html new file mode 100644 index 0000000..52bdd0d --- /dev/null +++ b/layouts/partials/alternate-outputs.html @@ -0,0 +1,6 @@ +{{- range .AlternativeOutputFormats }} + <link rel="{{ .Rel }}" type="{{ .MediaType.Type | html }}" href="{{ .RelPermalink | safeURL }}" title="{{ .Name }}"> +{{- end }} + <link rel="manifest" type="application/manifest+json" href="{{ "manifest.webmanifest" | relURL }}" title="Manifest"> + <link rel="sitemap" type="application/xml" href="{{ "sitemap.xml" | relURL }}" title="Sitemap"> + <link rel="author" type="text/plain" href="{{ "humans.txt" | relURL }}" title="Humans"> |
