profile popover in footer

This commit is contained in:
2026-01-23 04:24:24 -07:00
parent a44a727c92
commit 1509d39373
4 changed files with 234 additions and 7 deletions
+1
View File
@@ -62,6 +62,7 @@ func NewRouter(
}))
r.Static("/styles", "./styles")
r.Static("/favicon", "./favicon")
r.Static("/images", "./images")
// html (must be before the api endpoints, because the webpage middleware has to be installed beforehand