1
0
mirror of https://github.com/templis/lugtuebingen.git synced 2025-08-04 00:11:26 +02:00
Files
lugtuebingen/pages/05.aktuelles/events.de.md
2018-04-22 00:28:16 +02:00

696 B

title, content
title content
Aktuelles
items order limit pagination
@taxonomy
type
event
by dir
date asc
0 false

{% set events = page.collection({ 'items':{ '@taxonomy.type':'event', } }) .dateRange(datetools.startOfMonth, datetools.endOfMonth) .order('date', 'asc') %}

    {% for event in events %}
  • {{ event.title }}
  • {% endfor %}