|
@@ -33,9 +33,11 @@
|
|
|
<div class="talk-metadata" itemprop="startDate">
|
|
|
{{ $date := .Params.time_start | default .Date }}
|
|
|
{{ (time $date).Format $.Site.Params.date_format }}
|
|
|
- {{ (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") }}
|
|
|
+ {{ if $.Site.Params.talks.time }}
|
|
|
+ {{ (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 }}
|
|
|
</div>
|
|
|
|