diff --git a/Configuration/TypoScript/Setup/RssFeed.typoscript b/Configuration/TypoScript/Setup/RssFeed.typoscript
index c94a35d..776ab32 100644
--- a/Configuration/TypoScript/Setup/RssFeed.typoscript
+++ b/Configuration/TypoScript/Setup/RssFeed.typoscript
@@ -23,3 +23,17 @@ plugin.tx_seo {
}
}
}
+
+page {
+ headerData {
+ 10 = TEXT
+ 10 {
+ wrap =
+ typolink {
+ parameter = t3://page?uid=1
+ additionalParams = &type=1533906435&sitemap=rssFeedAllBlogPosts
+ returnLast = url
+ }
+ }
+ }
+}
diff --git a/Resources/Private/Partials/Page/FooterMenu.html b/Resources/Private/Partials/Page/FooterMenu.html
index 2f896fc..b763006 100644
--- a/Resources/Private/Partials/Page/FooterMenu.html
+++ b/Resources/Private/Partials/Page/FooterMenu.html
@@ -1,7 +1,7 @@