local time format for event
Ted Unangst tedu@tedunangst.com
Wed, 02 Oct 2019 21:04:44 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
views/honk.html
→
views/honk.html
@@ -43,7 +43,7 @@ <summary>{{ .HTPrecis }}<p></summary>
<p>{{ .HTPrecis }} <p>{{ .HTML }} {{ with .Time }} -<p>Time: {{ .StartTime.Local }} +<p>Time: {{ .StartTime.Local.Format "03:04PM EDT Mon Jan 02"}} {{ end }} {{ 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>