We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ca053 commit b3a1fe2Copy full SHA for b3a1fe2
1 file changed
layouts/partials/head.html
@@ -1,6 +1,9 @@
1
<meta charset="utf-8" />
2
<meta name="viewport" content="width=device-width, initial-scale=1" />
3
{{ partial "meta.html" . }}
4
+{{- range .AlternativeOutputFormats -}}
5
+ <link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink }}" />
6
+{{ end -}}
7
{{ partial "utils/css.html" "-" }}
8
{{- if hugo.IsProduction -}}
9
<script
0 commit comments