Archived
0
0
Fork 0

Move out datengartens into their own section

- /datengarten/index.html returns a blog-like list
- /datengarten/index.ics returns a VCALENDAR
- /datengarten/index.xml returns a schedule.xml-style view

No more pretty rendering includes in the content pages,
some more cleanup in the front matter
This commit is contained in:
Daniel Molkentin 2018-05-21 15:54:09 +02:00
parent 9558449acf
commit ff62faf23a
76 changed files with 436 additions and 206 deletions

View file

@ -11,7 +11,7 @@
{{ if eq $art.Params.series $series }}
<tr>
<td>{{ $art.Params.no }}</td>
<td>{{ dateFormat "02.01.2006" $art.Params.event_date }}</td>
<td>{{ dateFormat "02.01.2006" $art.Params.event.start }}</td>
{{ if isset $art.Params "speaker_url" }}
<td><a href="{{ $art.Params.speaker_url }}">{{ $art.Params.speaker }}</a></td>
{{ else }}