all repos — flounder @ 65146eb93af4a341be74c072c33fd47748fcb5e5

A small site builder for the Gemini protocol

Change styles
alex wennerberg alex@alexwennerberg.com
Mon, 26 Oct 2020 20:55:58 -0700
commit

65146eb93af4a341be74c072c33fd47748fcb5e5

parent

45827882f6d9ead5b53d7fc8be81516bca84cc0f

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

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

@@ -2,6 +2,8 @@ {{$domain := .Host}}

{{template "header" .}} <h1>{{.PageTitle}}!</h1> {{template "nav.html" .}} +<br> +Welcome to flounder! For more information and site updates, check out the <a href="https://admin.{{$domain}}">admin page</a> <h2>All users:</h2> {{ range .Users}} <a href="https://{{.}}.{{$domain}}" class='person-link'>{{.}}</a>
M templates/static/style.csstemplates/static/style.css

@@ -61,7 +61,6 @@ }

a { transition-duration: 0.2s; - font-weight: bold; } a:hover {