diff --git a/layouts/partials/header.html b/layouts/partials/header.html index efd2157..dd941ec 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -24,7 +24,9 @@ {{- hugo.Generator }} - + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} {{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{- template "_internal/google_analytics_async.html" . }}