We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77ca3f commit faba200Copy full SHA for faba200
calendar.html
@@ -52,7 +52,7 @@ <h1>{{ page.slogan }}</h1>
52
<div class="align-items-center">
53
{% for termin in site.data.calendar -%}
54
{% unless termin.title contains "Geschäftsführende Versammlung" or termin.title contains "TechTreff" -%}
55
- <div class="termin" date="{{ termin.datum }}"><p><b>{{ termin.title }}</b><br /> {{ termin.datum }}, {{ termin.uhrzeit }}<br /> Ort: {{ termin.ort }}</p></div>
+ <div class="termin" date="{{ termin.datum }}"><p><b>{{ termin.title }}</b><br /> {{ termin.datum | date: "%d.%m.%Y" }}, {{ termin.uhrzeit }}<br /> Ort: {{ termin.ort }}</p></div>
56
{% endunless -%}
57
{% endfor -%}
58
</div>
0 commit comments