About page landed

This commit is contained in:
2025-09-20 23:18:18 -06:00
parent ab06dc92ac
commit 6a9f4807c0
8 changed files with 106 additions and 48 deletions
+1
View File
@@ -36,6 +36,7 @@ func SetupTemplates() {
),
jet.DevelopmentMode(true),
)
views.AddGlobal("AmsterdamVersion", config.AMSTERDAM_VERSION)
views.AddGlobal("GlobalConfig", config.GlobalConfig)
}