Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head/alternative-output-formats.html')
-rw-r--r--layouts/partials/head/alternative-output-formats.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/head/alternative-output-formats.html b/layouts/partials/head/alternative-output-formats.html
new file mode 100644
index 0000000..8b1829a
--- /dev/null
+++ b/layouts/partials/head/alternative-output-formats.html
@@ -0,0 +1,3 @@
+{{ range .AlternativeOutputFormats -}}
+ {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
+{{ end -}}