diff --git a/layouts/index.html b/layouts/index.html
index 3fb7522..5a0beba 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,5 +1,5 @@
{{ define "head" }}
-{{ range .AlternativeOutputFormats -}}
+{{ with .OutputFormats.Get "rss" -}}
{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
{{ if .Site.Params.bgImg -}}