stick the honker details in a details
Ted Unangst tedu@tedunangst.com
Mon, 15 Jul 2019 20:21:47 -0400
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
views/honkers.html
→
views/honkers.html
@@ -19,6 +19,8 @@ <header>
<img alt="avatar" src="/a?a={{ .XID }}"> <p style="font-size: 1.8em"><a href="/h/{{ .Name }}">{{ .Name }}<a> </header> +<p> +<details> <p>url: <a href="{{ .XID }}" rel=noreferrer>{{ .XID }}</a> <p>flavor: {{ .Flavor }} <form action="/savehonker" method="POST">@@ -28,6 +30,8 @@ <p>combos: <input type="text" name="combos" value="{{ range .Combos }}{{ . }} {{end}}">
<p>depart: <input type="text" name="goodbye" placeholder="press F" value="" autocomplete=off> <p><input type="submit" name="save" value="save"> </form> +</details> +<p> </section> {{ end }} </main>