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

events xml fix

parent c9d02a91
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -25,7 +25,7 @@ layout: null
{% assign counter = counter | plus: 1 %}
<item>
<title>{{ event.date | date: "%d.%m.%Y %H:%M" }}: {{ event.title | xml_escape }}</title>
<description>{{postdate}} -- {{inthirtydays}}{{ event.short | xml_escape }}</description>
<description>{{ event.short | xml_escape }}</description>
<link>{{ event.url | prepend: site.baseurl | prepend: site.url }}</link>
<guid isPermaLink="true">{{ event.url | prepend: site.baseurl | prepend: site.url }}</guid>
{% for location in event.locations %}
......
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