diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0aa8966f4d..07d1c92e6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
- Remove nanobar (loading bar) [#1537](https://github.com/bigcommerce/cornerstone/pull/1537)
- Fix incorrect DOM selectors causing the payment method form on the account page from working properly in Safari [#1541](https://github.com/bigcommerce/cornerstone/pull/1541)
- Add Amazon Pay and Google Pay to payment icons in footer [#1542](https://github.com/bigcommerce/cornerstone/pull/1542)
+- Remove head.rsslinks [#1539](https://github.com/bigcommerce/cornerstone/pull/1539)
## 3.5.1 (2019-06-24)
- Fix conditional logic in share.html [#1522](https://github.com/bigcommerce/cornerstone/pull/1522)
diff --git a/templates/layout/amp.html b/templates/layout/amp.html
index 4cd7406acc..a899f4b589 100644
--- a/templates/layout/amp.html
+++ b/templates/layout/amp.html
@@ -12,7 +12,6 @@
{{#block "amp-style"}} {{/block}}
- {{{head.rsslinks}}}
{{inject 'themeSettings' theme_settings}}
{{inject 'genericError' (lang 'common.generic_error')}}
{{inject 'maintenanceMode' settings.maintenance}}
diff --git a/templates/layout/base.html b/templates/layout/base.html
index ce723dbc0a..47a8477dfe 100644
--- a/templates/layout/base.html
+++ b/templates/layout/base.html
@@ -19,7 +19,6 @@
{{{stylesheet '/assets/css/theme.css'}}}
{{{head.scripts}}}
- {{{head.rsslinks}}}
{{~inject 'themeSettings' theme_settings}}
{{~inject 'genericError' (lang 'common.generic_error')}}