diff --git a/website/themes/beastie/layouts/events/list.html b/website/themes/beastie/layouts/events/list.html --- a/website/themes/beastie/layouts/events/list.html +++ b/website/themes/beastie/layouts/events/list.html @@ -113,7 +113,7 @@

{{ .name }}, {{ .site }}, {{ .city }}, {{ .country }}
- {{ dateFormat "02" .startDate }} - {{ dateFormat "02 January, 2006" .endDate }} + {{ dateFormat "02 January, 2006" .startDate }} - {{ dateFormat "02 January, 2006" .endDate }}
{{ .description | safeHTML }}

@@ -143,7 +143,7 @@

{{ .name }}, {{ .site }}, {{ .city }}, {{ .country }}
- {{ dateFormat "02" .startDate }} - {{ dateFormat "02 January, 2006" .endDate }} + {{ dateFormat "02 January, 2006" .startDate }} - {{ dateFormat "02 January, 2006" .endDate }}
{{ .description | safeHTML }}

@@ -188,7 +188,7 @@

{{ .name }}, {{ .site }}, {{ .city }}, {{ .country }}
- {{ dateFormat "02" .startDate }} - {{ dateFormat "02 January, 2006" .endDate }} + {{ dateFormat "02 January, 2006" .startDate }} - {{ dateFormat "02 January, 2006" .endDate }}
{{ .description | safeHTML }}