all repos — honk @ 035355e9217704adfb369375f63aa8d57e9f18ce

my fork of honk

local time format for event
Ted Unangst tedu@tedunangst.com
Wed, 02 Oct 2019 21:04:44 -0400
commit

035355e9217704adfb369375f63aa8d57e9f18ce

parent

2adbd7b9611e3365446a5f705207c315e629bddd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M views/honk.htmlviews/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>