fix
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 19:25:45 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/user_page.html
→
templates/user_page.html
@@ -10,8 +10,8 @@ </head>
<body> <main> {{.SiteBody}} -{{ if ne .URI.Path "/"}} <br> +{{ if ne .URI.Path "/"}} <a href=".." title="Go to the parent directory">{{parent .URI.Path}}</a> <br> <br>