|
@@ -48,10 +48,10 @@
|
|
|
{{ $date := $item.Params.time_start | default $item.Date }}
|
|
|
{{ (time $date).Format $.Site.Params.date_format }}
|
|
|
{{ if not $item.Params.all_day }}
|
|
|
- {{ (time $date).Format ($.Site.Params.time_format | default "3:04 PM") }}
|
|
|
- {{ end }}
|
|
|
- {{ with .Params.time_end }}
|
|
|
- — {{ (time .).Format ($.Site.Params.time_format | default "3:04 PM") }}
|
|
|
+ {{ (time $date).Format ($.Site.Params.time_format | default "3:04 PM") }}
|
|
|
+ {{ with .Params.time_end }}
|
|
|
+ — {{ (time .).Format ($.Site.Params.time_format | default "3:04 PM") }}
|
|
|
+ {{ end }}
|
|
|
{{ end }}
|
|
|
</span>
|
|
|
{{ with $item.Params.location }}
|