Fixed issues with RSS feed links

This commit is contained in:
Julien Chanséaume
2014-07-02 09:22:20 +02:00
parent 5330defe11
commit ec71959934
3 changed files with 5 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
{* Feeds *}
{block name="feeds"}
<link rel="alternate" type="application/rss+xml" title="{intl l='All products in'} {category attr='title'}" href="{url path="/feed/catalog/{lang attr="locale"}/{content attr="id"}"}" />
<link rel="alternate" type="application/rss+xml" title="{intl l='All products in'} {category attr='title'}" href="{url path="/feed/catalog/{lang attr="locale"}/{category attr="id"}"}" />
{/block}
{* Breadcrumb *}

View File

@@ -18,11 +18,6 @@
{/loop}
{/block}
{* Feeds *}
{block name="feeds"}
<link rel="alternate" type="application/rss+xml" title="{intl l='All contents in'} {content attr='title'}" href="{url path="/feed/content/{lang attr="locale"}/{content attr="id"}"}" />
{/block}
{* Breadcrumb *}
{block name='no-return-functions' append}
{$breadcrumbs = []}

View File

@@ -26,6 +26,10 @@
{/loop}
{/block}
{block name="feeds"}
<link rel="alternate" type="application/rss+xml" title="{intl l='All contents in'} {folder attr='title'}" href="{url path="/feed/content/{lang attr="locale"}/{folder attr="id"}"}" />
{/block}
{* Content *}
{block name="main-content"}
<div class="main">