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
+3 -1
View File
@@ -14,7 +14,9 @@
<title>{{ amsterdam_pageTitle }} - {{ GlobalConfig.Site.Title }}</title>
<link rel="icon" href="/img/builtin/AmsterdamIcon32.png" type="image/png" />
<link rel="shortcut icon" href="/img/builtin/AmsterdamIcon32.ico" />
<meta http-equiv="refresh" content="300">
{{ if isset(amsterdam_genRefresh) && GlobalConfig.Site.TopRefresh > 0 }}
<meta http-equiv="refresh" content="{{ GlobalConfig.Site.TopRefresh }}">
{{ end }}
<script src="https://cdn.tailwindcss.com"></script>
</head>