add title to parent link
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 15:33:34 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/user_page.html
→
templates/user_page.html
@@ -11,7 +11,7 @@ <body>
<main> {{.SiteBody}} <br> -<a href="..">./..</a> +<a href=".." title="Go to the parent directory">./..</a> <br> <div class="footer"> Proxied from the original at <a href="{{.URI}}">{{.URI}}</a> (<a href="https://admin.flounder.online/gemini.gmi">about Gemini</a>) <a href="./?raw=1">raw</a></div>