head: AlternativeOutputFormats impl as in hugo docs

* https://gohugo.io/templates/output-formats/#list-output-formats
This commit is contained in:
Aditya Telange 2020-10-03 14:47:42 +05:30
parent 79b73ed683
commit 178b1560e1
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -43,8 +43,8 @@
{{- hugo.Generator }}
<!-- RSS -->
{{- range .AlternativeOutputFormats -}}
{{- printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{- end -}}
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
{{ end -}}
<!-- Misc -->
{{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
{{- template "_internal/google_analytics_async.html" . }}