diff --git a/themes/hugo-ficurinia/layouts/partials/inject/head.html b/themes/hugo-ficurinia/layouts/partials/inject/head.html
index e2661c6..c2a3373 100644
--- a/themes/hugo-ficurinia/layouts/partials/inject/head.html
+++ b/themes/hugo-ficurinia/layouts/partials/inject/head.html
@@ -1,2 +1,5 @@
-
\ No newline at end of file
+
+{{ with .OutputFormats.Get "rss" -}}
+ {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
+{{ end }}
\ No newline at end of file