From a0bd55f3d23e9faccfc8b059a091d399bd1c1bff Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Fri, 21 Jun 2024 20:47:10 -0500 Subject: [PATCH] Add login widget when not logged in --- src/templates/img/chevron-right.svg | 15 +++++---------- src/templates/src/include/header-2024.html | 6 +++++- src/templates/src/landing.html | 11 +++++++++++ 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/src/templates/img/chevron-right.svg b/src/templates/img/chevron-right.svg index dd79d6af..77cc19b0 100755 --- a/src/templates/img/chevron-right.svg +++ b/src/templates/img/chevron-right.svg @@ -1,10 +1,5 @@ - - - - - - - + + + + + diff --git a/src/templates/src/include/header-2024.html b/src/templates/src/include/header-2024.html index b8847c02..500b9e2a 100644 --- a/src/templates/src/include/header-2024.html +++ b/src/templates/src/include/header-2024.html @@ -40,7 +40,11 @@ - + {{ with .User }} + + {{ else }} +
+ {{ end }}