This commit is contained in:
@@ -14,6 +14,7 @@ disableKinds = ["taxonomy", "term"]
|
||||
author = "Michael Ferrara"
|
||||
eec_base_url = "https://eec.michaelferrara.org"
|
||||
bookshop_base_url = "https://shop.michaelferrara.org"
|
||||
plausible_domain = "michaelferrara.org"
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Contact"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
{{ else }}
|
||||
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
||||
{{ end }}
|
||||
{{ partial "head-analytics.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
<a class="skip-link" href="#main-content">Skip to content</a>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ with .Site.Params.plausible_domain }}
|
||||
<script defer data-domain="{{ . }}" src="https://plausible.reground.org/js/script.js"></script>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user