added controls for the auto-refresh tag in the page header, which was the ONLY use for the metadata mechanism in Venice...

This commit is contained in:
2025-09-24 21:05:07 -06:00
parent 3a9ab5c540
commit 872fec4aa0
4 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ func (*AmCLI) Version() string {
// AmConfig holds the configuration of the application as read from YAML.
type AmConfig struct {
Site struct {
Title string `yaml:"title"`
Title string `yaml:"title"`
TopRefresh int `yaml:"topRefresh"`
} `yaml:"site"`
Database struct {
Driver string `yaml:"driver"`