diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 571c3a3..cba17f5 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,5 +1,9 @@
{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}
-{{ partialCached "head/css.html" . }}
-
\ No newline at end of file
+{{- partialCached "head/css.html" . }}
+
+
+{{ with .OutputFormats.Get "rss" }}
+ {{- printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
+{{- end }}
\ No newline at end of file