mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-21 22:01:31 +00:00
16 lines
694 B
HTML
16 lines
694 B
HTML
{{ with .Params.metadata.event.date }}
|
|
{{ if eq (time.Format "2 January 2006" .start) (time.Format "2 January 2006" .finish) }}
|
|
{{ if eq (time.Format "15:04" .start) (time.Format "15:04" .finish) }}
|
|
{{ time.Format "2 Jan 2006" .start }}
|
|
{{ else }}
|
|
{{ time.Format "2 Jan 2006" .start }},
|
|
{{ time.Format "15:04" .start }} —
|
|
{{ time.Format "15:04" .finish }}
|
|
{{ end }}
|
|
{{ else if eq (time.Format "January 2006" .start) (time.Format "January 2006" .finish) }}
|
|
{{ time.Format "2" .start }} a {{ time.Format "2 Jan 2006" .finish }}
|
|
{{ else }}
|
|
{{ time.Format "2 Jan 2006" .start }} a {{ time.Format "2 Jan 2006" .finish }}
|
|
{{ end }}
|
|
{{ end }}
|