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

contact info

parent cae1c6cf
Branches
Tags
No related merge requests found
Pipeline #
......@@ -8,7 +8,7 @@ PRODID:http://www.example.com/
METHOD:PUBLISH
{% for event in site.events %}BEGIN:VEVENT
UID:{{ event.uid }}
ORGANIZER;CN="Chaotikum e.V.":MAILTO:{{event.contact}}
ORGANIZER;CN=Chaotikum e.V.:MAILTO:{{event.contact}}
LOCATION:Chaotikum{% capture textSize %}{{ event.short | size }}{% endcapture %}{% assign linelength = 60 %}{% assign rounds = textSize | divided_by: linelength %}{% assign extra = textSize | modulo: linelength %}{% assign start = 0 %}
SUMMARY:{{ event.title | xml_escape }}
DESCRIPTION:{% for i in (1..rounds) %}{{ event.short | slice: start, linelength }}{% assign start = start | plus: linelength %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment