diff --git a/themes/buha/layouts/partials/structure/footer.html b/themes/buha/layouts/partials/structure/footer.html
index f9cf95b4..17c107c1 100644
--- a/themes/buha/layouts/partials/structure/footer.html
+++ b/themes/buha/layouts/partials/structure/footer.html
@@ -43,17 +43,12 @@
{{- $links | strings.FirstUpper -}}
{{- end -}}
{{- if not (or (eq .Section "featured") (eq .Section "about")) -}}
- {{ if .IsHome }}
- {{- printf `` "/news/index.xml" | safeHTML -}}
- RSS
- {{ else }}
{{- with .OutputFormats.Get "rss" -}}
{{- if .Permalink -}}
{{- printf `` .Permalink | safeHTML -}}
{{- end -}}
RSS
{{- end -}}
- {{ end }}
{{ end }}
Sourcecode