local time format for event
This commit is contained in:
parent
e3fdf87a00
commit
093d2028df
|
@ -43,7 +43,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
|
||||||
<p>{{ .HTPrecis }}
|
<p>{{ .HTPrecis }}
|
||||||
<p>{{ .HTML }}
|
<p>{{ .HTML }}
|
||||||
{{ with .Time }}
|
{{ with .Time }}
|
||||||
<p>Time: {{ .StartTime.Local }}
|
<p>Time: {{ .StartTime.Local.Format "03:04PM EDT Mon Jan 02"}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Place }}
|
{{ with .Place }}
|
||||||
<p>Location: {{ with .Url }}<a href="{{ . }}" rel=noreferrer>{{ end }}{{ .Name }}{{ if .Url }}</a>{{ end }} <a href="https://www.openstreetmap.org/?mlat={{ .Latitude }}&mlon={{ .Longitude}}" rel=noreferrer>{{ .Latitude }} {{ .Longitude }}</a>
|
<p>Location: {{ with .Url }}<a href="{{ . }}" rel=noreferrer>{{ end }}{{ .Name }}{{ if .Url }}</a>{{ end }} <a href="https://www.openstreetmap.org/?mlat={{ .Latitude }}&mlon={{ .Longitude}}" rel=noreferrer>{{ .Latitude }} {{ .Longitude }}</a>
|
||||||
|
|
Loading…
Reference in New Issue