From 34b5de38b6b17521cfd34b4c376ef563e7e4a964 Mon Sep 17 00:00:00 2001 From: Nathan Booker Date: Wed, 17 Jul 2019 09:56:45 -0500 Subject: [PATCH] chore(storefront): STRF-7084 remove RSS links from head This variable does not return anything, so it should not be here. --- CHANGELOG.md | 1 + templates/layout/amp.html | 1 - templates/layout/base.html | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) 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')}}