From 42088444cba320d7fb74c92f1c0242d347aaf471 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Mon, 27 May 2024 14:23:53 -0400 Subject: [PATCH] fix nav whitespace --- templates/nav.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/nav.html b/templates/nav.html index 98373f5..f69c630 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -25,9 +25,12 @@
{{- if .Session }} - {{ .Session.UserName }}| - | - settings| + {{ .Session.UserName }} + | + + | + settings + |
{{- else}} log in or sign up|