updated default front theme to integrate RSS feeds

This commit is contained in:
Julien Chanseaume
2014-05-03 16:49:53 +02:00
parent d094fd4969
commit fbc4a87d34
3 changed files with 15 additions and 0 deletions

View File

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