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

date formaat

parent 3c561b92
No related branches found
No related tags found
No related merge requests found
Pipeline #15827 passed
...@@ -62,8 +62,8 @@ layout: null ...@@ -62,8 +62,8 @@ layout: null
{% if ccontent and ccontent != '' -%} {% 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> <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 -%} {% endif -%}
<recDate>{{ recording_date | date_to_rfc822 }}</recDate> <recDate>{{ recording_date | date: '%Y-%m-%d' }}</recDate>
<pubDate>{{ video.date | date_to_rfc822 }}</pubDate> <pubDate>{{ video.date | date: '%Y-%m-%d' }}</pubDate>
<license>{{video.licence}}</license> <license>{{video.licence}}</license>
<persons>{{persons}}</persons> <persons>{{persons}}</persons>
{% if video.language and video.language != '' -%} {% if video.language and video.language != '' -%}
......
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