stick the honker details in a details

This commit is contained in:
Ted Unangst 2019-07-15 20:21:47 -04:00
parent 46a50e5b80
commit a5aa1dbdcb
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@
<img alt="avatar" src="/a?a={{ .XID }}"> <img alt="avatar" src="/a?a={{ .XID }}">
<p style="font-size: 1.8em"><a href="/h/{{ .Name }}">{{ .Name }}<a> <p style="font-size: 1.8em"><a href="/h/{{ .Name }}">{{ .Name }}<a>
</header> </header>
<p>
<details>
<p>url: <a href="{{ .XID }}" rel=noreferrer>{{ .XID }}</a> <p>url: <a href="{{ .XID }}" rel=noreferrer>{{ .XID }}</a>
<p>flavor: {{ .Flavor }} <p>flavor: {{ .Flavor }}
<form action="/savehonker" method="POST"> <form action="/savehonker" method="POST">
@ -28,6 +30,8 @@
<p>depart: <input type="text" name="goodbye" placeholder="press F" value="" autocomplete=off> <p>depart: <input type="text" name="goodbye" placeholder="press F" value="" autocomplete=off>
<p><input type="submit" name="save" value="save"> <p><input type="submit" name="save" value="save">
</form> </form>
</details>
<p>
</section> </section>
{{ end }} {{ end }}
</main> </main>