all repos — flounder @ 961e4152251afdb819b0e16d4c8674dfc12e20d8

A small site builder for the Gemini protocol

quick bug fix
alex wennerberg alex@alexwennerberg.com
Tue, 08 Dec 2020 22:36:42 -0800
commit

961e4152251afdb819b0e16d4c8674dfc12e20d8

parent

aa245354146f6bc92ede1442e284055f4a98016a

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

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

@@ -1,5 +1,5 @@

{{template "header" .}} -<h2>Editing <a href="//{{.AuthUser}}.{{.Host}}/{{.FileName}}">{{.FileName}}</a></h2> +<h2>Editing <a href="//{{.AuthUser.Username}}.{{.Host}}/{{.FileName}}">{{.FileName}}</a></h2> <form id="edit-form" action="/edit/{{.FileName}}" method="POST"> <label for="rename">Rename:</label> <input type="text" value="{{.FileName}}" id="rename" name="rename">