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

line breaks bad

parent 1b8e4011
No related branches found
No related tags found
No related merge requests found
Pipeline #15825 passed
......@@ -57,31 +57,11 @@ layout: null
{% endif -%}
{% endfor -%}
{% endfor -%}
<title>{% if video.persons and name_before_title -%}{{persons}}: {% endif -%}{{video.title| xml_escape }}
{% for conf in video.conferences -%}
{% for c in site.conferences -%}
{% if conf == c.acronym -%}
{% if c.ecki -%}[{{c.title| xml_escape}}]{% endif -%}
{% endif -%}
{% endfor -%}
{% endfor -%}
{% if video.persons and name_after_title -%} von {{persons2}} {% endif -%}</title>
{% capture ccontent %}{{video.content | strip_html | xml_escape }}{% endcapture -%}
{% if ccontent and ccontent != '' -%}
<description>{{ccontent}} &#xA;
{% for conf in video.conferences %}
{% for c in site.conferences -%}
{% if conf == c.acronym and c.content != '' -%}
{{c.content | strip_html | xml_escape }} &#xA;
{% endif -%}
{% endfor -%}
{% endfor %}
{% if video.licence and video.licence != '' -%}
{{video.licence | strip_html | xml_escape }}
{% else -%}
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY NC ND 4.0). https://creativecommons.org/licenses/by-nc-nd/4.0/
{% endif -%}</description>
{% endif -%}
<title>{% if video.persons and name_before_title -%}{{persons}}: {% endif -%}{{video.title| xml_escape }}{% for conf in video.conferences -%}{% for c in site.conferences -%}{% if conf == c.acronym -%}{% if c.ecki -%}[{{c.title| xml_escape}}]{% endif -%}{% endif -%}{% endfor -%}{% endfor -%}{% if video.persons and name_after_title -%} von {{persons2}} {% endif -%}</title>
{% capture ccontent %}{{video.content | strip_html | xml_escape }}{% endcapture -%}
{% if ccontent and ccontent != '' -%}
<description>{{ccontent}} &#xA;{% for conf in video.conferences %}{% for c in site.conferences -%}{% if conf == c.acronym and c.content != '' -%}{{c.content | strip_html | xml_escape }} &#xA;{% endif -%}{% endfor -%}{% endfor %}{% if video.licence and video.licence != '' -%}{{video.licence | strip_html | xml_escape }}{% else -%}This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY NC ND 4.0). https://creativecommons.org/licenses/by-nc-nd/4.0/{% endif -%}</description>
{% endif -%}
<recDate>{{ recording_date | date_to_rfc822 }}</recDate>
<pubDate>{{ video.date | date_to_rfc822 }}</pubDate>
<license>{{video.licence}}</license>
......
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