From c0d37bea3baf1b1cfc7b479dfe013684bc95cae3 Mon Sep 17 00:00:00 2001 From: fd0-nl Date: Mon, 12 Jun 2023 15:33:49 +0200 Subject: [PATCH] typefout aangepast Georganizeerd -> Georganiseerd --- themes/nluug/layouts/calendar/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nluug/layouts/calendar/single.html b/themes/nluug/layouts/calendar/single.html index 36c10b4..bd58f60 100644 --- a/themes/nluug/layouts/calendar/single.html +++ b/themes/nluug/layouts/calendar/single.html @@ -7,7 +7,7 @@ {{ range first 50 (where $upcoming_events "date_start" "gt" (dateFormat "2006-01-02" now)) }}

{{ .date_start | dateFormat "02-01-2006" }} - {{ .name }}

- {{ with .organizer }}

Georganizeerd door {{ .}}

{{ end }} + {{ with .organizer }}

Georganiseerd door {{ .}}

{{ end }} {{ if ne .date_start .date_end }}

Event van meerdere dagen: t/m

{{ end }}