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:
+3
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user