mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 09:35:31 +00:00
deployment prep
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user