This commit is contained in:
@@ -14,6 +14,7 @@ disableKinds = ["taxonomy", "term"]
|
|||||||
author = "Michael Ferrara"
|
author = "Michael Ferrara"
|
||||||
eec_base_url = "https://eec.michaelferrara.org"
|
eec_base_url = "https://eec.michaelferrara.org"
|
||||||
bookshop_base_url = "https://shop.michaelferrara.org"
|
bookshop_base_url = "https://shop.michaelferrara.org"
|
||||||
|
plausible_domain = "michaelferrara.org"
|
||||||
|
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
{{ else }}
|
{{ else }}
|
||||||
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ partial "head-analytics.html" . }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a class="skip-link" href="#main-content">Skip to content</a>
|
<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