deployment prep

This commit is contained in:
Simon Martens
2025-09-30 12:21:57 +02:00
parent fb7231248c
commit 4218db49b5
10 changed files with 63 additions and 15 deletions

View File

@@ -1,10 +1,14 @@
<meta charset="UTF-8" />
{{ if .noIndex }}
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet">
<meta name="googlebot" content="noindex, nofollow">
{{ end }}
{{ block "head" . }}
<!-- Default Head elements -->
{{ end }}
{{ if .isDev }}
{{ if or .isDev .isStaging }}
<link rel="icon" href="/assets/logo/dev_favicon.png" />
{{ else }}
<link rel="icon" href="/assets/logo/favicon.png" />