diff --git a/layouts/partials/header/feeds.html b/layouts/partials/header/feeds.html
index f60462c..914f423 100644
--- a/layouts/partials/header/feeds.html
+++ b/layouts/partials/header/feeds.html
@@ -1,5 +1,3 @@
-{{ if .RSSLink }}
-
-
-
-{{ end }}
+{{ range .AlternativeOutputFormats -}}
+ {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
+{{ end -}}