all repos — flounder @ 652babefefeb3473365809a8a13bf425472303c7

A small site builder for the Gemini protocol

fix path bug
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 21:11:44 -0800
commit

652babefefeb3473365809a8a13bf425472303c7

parent

58678be13fb73c3cd85f9d5afada9614f2d5c8fc

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

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

@@ -12,7 +12,7 @@ <main>

{{.SiteBody}} <br> {{ if ne .URI.Path "/"}} -<a href=".." title="Go to the parent directory">{{parent .URI.Path}}</a> +<a href="{{parent .URI.Path}}" title="Go to the parent directory">{{parent .URI.Path}}</a> <br> <br> {{ end }}