This commit is contained in:
afornerot 2024-11-03 16:28:20 +01:00
parent 0254848d39
commit 97565cf9e9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<link>{{ absolute_url(path("app_home")) }}</link> <link>{{ absolute_url(path("app_home")) }}</link>
<description>{{ app.session.get('appname') }} - {{app.session.get('appsubname') }}</description> <description>{{ app.session.get('appname') }} - {{app.session.get('appsubname') }}</description>
{% for feed in feeds %} {% 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> <item>
<guid><![CDATA[{{url}}]]></guid> <guid><![CDATA[{{url}}]]></guid>
<title>{{ app.session.get('appname') }} - {{feed.name}}</title> <title>{{ app.session.get('appname') }} - {{feed.name}}</title>