Stack of changes to get gin, scs, nosurf running.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user