This commit is contained in:
Christoffer Martinsson 2025-10-07 21:36:17 +02:00
parent bd1bac5d2d
commit 1f004314c0

View File

@ -14,17 +14,6 @@
<link href="{{ .RelPermalink }}" rel="feed" type="{{ .MediaType.Type }}" title="{{ $.Site.Title }}" />
{{ end }}
{{ with .Site.GoogleAnalytics }}
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ . }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', '{{ . }}');
</script>
{{ end }}
</head>
{{ if .Site.Params.MathJax | default true }}