Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(storefront): STRF-7084 remove RSS links from head #1539

Merged
merged 1 commit into from
Jul 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion templates/layout/amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<link href="{{ head.favicon }}" rel="shortcut icon">
<link href="https://fonts.googleapis.com/css?family=Karla:400|Montserrat:400" rel="stylesheet">
{{#block "amp-style"}} {{/block}}
{{{head.rsslinks}}}
{{inject 'themeSettings' theme_settings}}
{{inject 'genericError' (lang 'common.generic_error')}}
{{inject 'maintenanceMode' settings.maintenance}}
Expand Down
1 change: 0 additions & 1 deletion templates/layout/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
{{{stylesheet '/assets/css/theme.css'}}}

{{{head.scripts}}}
{{{head.rsslinks}}}

{{~inject 'themeSettings' theme_settings}}
{{~inject 'genericError' (lang 'common.generic_error')}}
Expand Down