summaryrefslogtreecommitdiffstats
path: root/layouts/partials/alternate-outputs.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/alternate-outputs.html')
-rw-r--r--layouts/partials/alternate-outputs.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/partials/alternate-outputs.html b/layouts/partials/alternate-outputs.html
deleted file mode 100644
index 52bdd0d..0000000
--- a/layouts/partials/alternate-outputs.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{{- 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">