diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 673564d..9bfe08d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -36,15 +36,10 @@
{{ range .Params.categories }}{{ end }}
{{ if isset .Params "date" }}{{ end }}
-
-{{ if .RSSLink }}
-
-{{ end }}
-
-
-{{ if .OutputFormats.Get "json" }}
-
-{{ end }}
+
+{{ range .AlternativeOutputFormats -}}
+ {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
+{{ end -}}
-{{- partial "extended_head.html" . }}
\ No newline at end of file
+{{- partial "extended_head.html" . }}