added copyright date to templates

This commit is contained in:
2025-09-21 23:12:56 -06:00
parent a01de27c96
commit 93aa6bd0ba
4 changed files with 54 additions and 47 deletions
+1
View File
@@ -37,6 +37,7 @@ func SetupTemplates() {
jet.DevelopmentMode(true),
)
views.AddGlobal("AmsterdamVersion", config.AMSTERDAM_VERSION)
views.AddGlobal("AmsterdamCopyright", config.AMSTERDAM_COPYRIGHT)
views.AddGlobal("GlobalConfig", config.GlobalConfig)
}