fix path bug
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 21:11:44 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/user_page.html
→
templates/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 }}