svg
This commit is contained in:
parent
0254848d39
commit
97565cf9e9
|
@ -7,7 +7,7 @@
|
|||
<link>{{ absolute_url(path("app_home")) }}</link>
|
||||
<description>{{ app.session.get('appname') }} - {{app.session.get('appsubname') }}</description>
|
||||
{% for feed in feeds %}
|
||||
{% set url = absolute_url(path(feed.path,{"by":by, "idcat":feed.idcat,"id":feed.id}))|replace({'http://': protocole~'://'}) %}
|
||||
{% set url = absolute_url(path(feed.path,{"by":by,"idcat":feed.idcat,"id":feed.id}))|replace({'http://': protocole~'://'}) %}
|
||||
<item>
|
||||
<guid><![CDATA[{{url}}]]></guid>
|
||||
<title>{{ app.session.get('appname') }} - {{feed.name}}</title>
|
||||
|
|
Loading…
Reference in New Issue