Skip to content
Snippets Groups Projects
Commit bd0bac13 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

fix video rss

parent bf0377bc
No related branches found
No related tags found
No related merge requests found
Pipeline #16243 passed
......@@ -51,7 +51,7 @@ layout: null
{% endfor -%}
<title>{% if video.persons and name_before_title -%}{{persons| strip}}: {% endif -%}{{video.title| xml_escape }}{% for conf in video.conferences -%}{% for c in site.conferences -%}{% if conf == c.acronym -%}{% if c.ecki -%}{{whitespace}}[{{c.title| xml_escape}}]{% endif -%}{% endif -%}{% endfor -%}{% endfor -%}{% if video.persons and name_after_title %}{{whitespace}}{{persons3| strip}}{% endif -%}</title>
<description>{{ video.content | xml_escape }}</description>
<pubDate>{{ video.date | date_to_rfc822 }}</pubDate>
<pubDate>{{ video.release_date | date_to_rfc822 }}</pubDate>
<link>{{ video.url | prepend: site.baseurl | prepend: site.url }}</link>
<guid isPermaLink="true">{{ video.url | prepend: site.baseurl | prepend: site.url }}</guid>
</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment