all repos — flounder @ 5a38df3351f5238059c2174457bc1bc362dde750

A small site builder for the Gemini protocol

Change proxy footer
alex wennerberg alex@alexwennerberg.com
Thu, 04 Feb 2021 19:52:53 -0800
commit

5a38df3351f5238059c2174457bc1bc362dde750

parent

0bb7042433e0c2425c08c56cb9abf71c8cbf796d

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

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

@@ -25,11 +25,10 @@ {{ end }}

<div class="footer"> <details> <summary>Proxy</summary> - Proxied from the original at <a href="{{safeGeminiURL .GeminiURI.String}}">{{.GeminiURI.String}}</a> + Proxied from the <a href="?raw=1">original</a> at <a href="{{safeGeminiURL .GeminiURI.String}}">{{.GeminiURI.String}}</a> <br> - <a href="https://admin.flounder.online/gemini.gmi">About Gemini</a> - <br> - <a href="?raw=1">Original page</a></div> + <a href="https://admin.flounder.online/gemini.gmi">About Gemini</a><br> + <a href="https://{{.Config.Host}}">Hosted on {{.Config.SiteTitle}}</a></div> </details> </main> </body>