all repos — flounder @ f36a9f1167e26f4cefbd20d27660fcf5e5f1961b

A small site builder for the Gemini protocol

add title to parent link
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 15:33:34 -0800
commit

f36a9f1167e26f4cefbd20d27660fcf5e5f1961b

parent

2d5c7e1e084a1a795402e0ccca02e615d52209b1

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

jump to
M templates/user_page.htmltemplates/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>