summaryrefslogtreecommitdiffstats
path: root/layouts/partials/alternate-outputs.html
blob: 52bdd0d6a0328438342c862ff6bc8eb89078ffba (plain)
1
2
3
4
5
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">