only enable cloudflare and plausible tracking via "https://oe7drt.com"
This commit is contained in:
parent
7ff3571259
commit
20dd57d1d3
2 changed files with 6 additions and 2 deletions
|
@ -47,6 +47,8 @@
|
||||||
{{- partial "search.html" . -}}
|
{{- partial "search.html" . -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
{{- if eq .Site.BaseURL "https://oe7drt.com/" }}
|
||||||
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "22f5246f39094b2cb80fa476d2a8099f"}'></script><!-- End Cloudflare Web Analytics -->
|
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "22f5246f39094b2cb80fa476d2a8099f"}'></script><!-- End Cloudflare Web Analytics -->
|
||||||
|
{{- end }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
{{ partial "plausible_head.html" . }}
|
{{- if eq .Site.BaseURL "https://oe7drt.com/" }}
|
||||||
|
{{ partial "plausible_head.html" . }}
|
||||||
|
{{- end }}
|
||||||
<meta name="fediverse:creator" content="@oe7drt@mastodon.radio" />
|
<meta name="fediverse:creator" content="@oe7drt@mastodon.radio" />
|
||||||
|
|
||||||
{{ with resources.Get "js/lightbox.js" }} {{ if hugo.IsDevelopment }} {{ with .
|
{{ with resources.Get "js/lightbox.js" }} {{ if hugo.IsDevelopment }} {{ with .
|
||||||
|
|
Loading…
Reference in a new issue