all repos — flounder @ 176ac4ccbf79af794a6869faee9994aa8913fbc4

A small site builder for the Gemini protocol

Flip updated files and all users
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 10:51:01 -0800
commit

176ac4ccbf79af794a6869faee9994aa8913fbc4

parent

9a91d2d93c2c4af24cd432509f21837568fba7a1

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

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

@@ -5,13 +5,6 @@ {{template "nav.html" .}}

<br> <p> Welcome to flounder! For more information and site updates, check out the <a href="//admin.{{$domain}}">admin page</a></p> - -<h2>All users:</h2> -{{ range .Users}} -<a href="//{{.}}.{{$domain}}" class='person-link'>{{.}}</a> -{{end}} -<br> -<br> <h2>Recently updated files:</h2> {{ range .Files }} <div>

@@ -22,5 +15,10 @@ <a href="//{{.Creator}}.{{$domain}}/{{.Name}}">

{{ .Name}} </a> </div> +{{end}} +<br> +<h2>All users:</h2> +{{ range .Users}} +<a href="//{{.}}.{{$domain}}" class='person-link'>{{.}}</a> {{end}} {{template "footer" .}}