small pixel drawing of a pufferfish vore

untrack go_test.db, remove finger from home
Jes Olson j3s@c3f.net
Fri, 11 Apr 2025 15:52:00 -0500
commit

b1d4ccbb10ab1398d13b685ff258faf76d16a472

parent

edae4c15485cb562f6ac9a0c2b673952cc6f772a

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

jump to
M .gitignore.gitignore

@@ -1,3 +1,4 @@

vore vore.db* +go_test.db
M files/nav.tmpl.htmlfiles/nav.tmpl.html

@@ -12,8 +12,7 @@ | <a {{ if eq .Title "finger" }}style="font-weight: bold;"{{ end }} href="/finger">finger</a>

| <a {{ if eq .Title "settings" }}style="font-weight: bold;"{{ end }} href="/settings">settings</a> | <a href="/logout">logout</a> {{ else }} - <a {{ if eq .Title "finger" }}style="font-weight: bold;"{{ end }} href="/finger">finger</a> - | <a {{ if eq .Title "login" }}style="font-weight: bold;"{{ end }}href="/login">login</a> + <a {{ if eq .Title "login" }}style="font-weight: bold;"{{ end }}href="/login">login/register</a> {{ end }} </nav> {{ end }}