all repos — flounder @ 2288de584673446ab895d57b269bc7f345a5542f

A small site builder for the Gemini protocol

Cleanup whitespace
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 19:25:09 -0800
commit

2288de584673446ab895d57b269bc7f345a5542f

parent

dd35f98744376c783879f01907e1da6e4172b6fa

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

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

@@ -10,12 +10,12 @@ </head>

<body> <main> {{.SiteBody}} -<br> {{ if ne .URI.Path "/"}} +<br> <a href=".." title="Go to the parent directory">{{parent .URI.Path}}</a> -{{ end }} <br> <br> +{{ end }} <div class="footer"> Proxied from the original at <a href="{{.URI.String}}">{{.URI.String}}</a> (<a href="https://admin.flounder.online/gemini.gmi">about Gemini</a>) <a href="?raw=1">raw</a></div> </main>