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

post event thingy

parent 0c305440
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -10,6 +10,10 @@
<h3>Eventinformation: </h3>
<b>{{ event.title }}</b>
{% if event.pretix and event.pretix != "" and event.pretix != nil %}
<br>
Anmeldung im Pretix <a href="{{event.pretix}}">hier möglich</a>.<br>
{% endif %}
<br>
<b>Datum:</b> {{ event.eventdate | date: "%d.%m.%Y %H:%M" }}
{% if event.recording %}
......@@ -23,9 +27,6 @@
{{ location | xml_escape }} <br>
{% endfor %}
<p>{{event.short}}<p>
{% if event.pretix and event.pretix != "" and event.pretix != nil %}
Anmeldung im Pretix <a href="{{event.pretix}}">hier möglich</a>.
{% endif %}
<a href="{{ site.baseurl }}/events.ics">Chaotikum Event Kalender Importieren</a><br>
{% assign eventurl = event.url %}
{% assign eventurl = eventurl | prepend: site.baseurl | prepend: site.url %}
......
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