Skip to content

Commit faba200

Browse files
committed
Improve calender formatting
1 parent b77ca3f commit faba200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calendar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1>{{ page.slogan }}</h1>
5252
<div class="align-items-center">
5353
{% for termin in site.data.calendar -%}
5454
{% 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>
55+
<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>
5656
{% endunless -%}
5757
{% endfor -%}
5858
</div>

0 commit comments

Comments
 (0)