all repos — flounder @ cc103f75153a3c1a04b48bd6528ef2c22325cdeb

A small site builder for the Gemini protocol

Cleanup minor html issues
alex wennerberg alex@alexwennerberg.com
Sun, 21 Feb 2021 15:27:04 -0800
commit

cc103f75153a3c1a04b48bd6528ef2c22325cdeb

parent

08fca3b11e7deb6032a1d304ed19d9a4902fcb51

2 files changed, 3 insertions(+), 7 deletions(-)

jump to
M templates/me.htmltemplates/me.html

@@ -50,6 +50,6 @@ type="submit"

value="Delete account" onclick="return confirm('Are you SURE you want to delete your account and all your files?');" /> +</form> </details> {{template "footer" .}} -</form>
M templates/my_site.htmltemplates/my_site.html

@@ -12,9 +12,7 @@ <br>

<br> <h3>Your files:</h3> {{ define "file" }} -<tr> -<div> - {{ if gt (len .Children) 0 }} +<tr>{{ if gt (len .Children) 0 }} <td colspan="3"> <details> <summary>

@@ -49,9 +47,7 @@ value="delete"

/> </form> {{ end }} - </td> -</div> -</tr> + </td></tr> {{ end }} <table> {{ range .Files }}