From 2ee19d6b463c9871b4c867cc3548737d9ea9164f Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 16 May 2023 09:40:02 +0200 Subject: [PATCH] Opmaak van evenementen --- themes/nluug/layouts/calendar/single.html | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/themes/nluug/layouts/calendar/single.html b/themes/nluug/layouts/calendar/single.html index 47a8455..1663575 100644 --- a/themes/nluug/layouts/calendar/single.html +++ b/themes/nluug/layouts/calendar/single.html @@ -3,10 +3,23 @@

Aankomende evenementen

{{ $upcoming_events := .Site.Data.evenementen.kalender }} - {{ $upcoming_events := sort $upcoming_events ".date_start" "desc" }} - + + {{ with .event_address }} +

Adres: {{ with .street_address }}{{ . }}{{ end }}{{ with .postal_code }}, {{ . }}{{ end }}{{ with .city }}, {{ . }}{{ end }}{{ with .country }}, {{ . }}{{ end }}

+ {{ end }} + {{ with .link_external }} + Meer informatie (externe link) + {{ end }} + + {{ end }} {{ end }}