summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-01-01 21:16:19 +0000
committerYann Herklotz <git@yannherklotz.com>2022-01-01 21:16:19 +0000
commit8cf691c01db5f640c9daa4606371f40b1d50b190 (patch)
tree3bebd30955c094b9897485471bac353f66b5ab13
parentd0db9bc006a98ccb9bd3c22d6dcb1c3d12263548 (diff)
downloadhugo-ymherklotz-8cf691c01db5f640c9daa4606371f40b1d50b190.tar.gz
hugo-ymherklotz-8cf691c01db5f640c9daa4606371f40b1d50b190.zip
Remove offen from website
-rw-r--r--layouts/partials/head.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 990de45..8d6b33a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -28,10 +28,4 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/default.css" />
<link rel="preload" href="{{ .Site.BaseURL }}/fonts/woff2/iosevka-extrabold.woff2">
-
- {{ if not (in (.Site.BaseURL | string) "localhost") }}
- {{ if .Site.Params.offen }}
- <script async src="https://offen.ymhg.org/script.js" data-account-id="5255f2c5-6a61-4e35-81cd-50505bf5833e"></script>
- {{ end }}
- {{ end }}
</head>