Stack of changes to get gin, scs, nosurf running.

This commit is contained in:
2025-10-28 11:56:42 +00:00
parent 07117ba35e
commit 86be6479f1
65 changed files with 1890 additions and 1503 deletions

View File

@@ -1,7 +1,7 @@
{{ define "topbar" }}
<nav class="navbar navbar-expand-lg navbar-light bg-light px-3">
<a class="navbar-brand d-flex align-items-center" href="/">
<img src="/static/img/logo.png" alt="Logo" height="30" class="me-2">
<img src="/static/imgs/logo.png" alt="Logo" height="30" class="me-2">
<span>SynLotto</span>
</a>
<div class="ms-auto d-flex align-items-center gap-3">
@@ -122,6 +122,7 @@
</ul>
</div>
{{ else }}
<a class="btn btn-outline-secondary btn-sm" href="/account/signup">Sign Up</a>
<a class="btn btn-outline-primary btn-sm" href="/account/login">Login</a>
{{ end }}
</div>