chore: remove Plausible analytics
This commit is contained in:
parent
128c42cd61
commit
edf55e43d8
|
@ -80,11 +80,6 @@ const showDrupalAssociationMessage = [
|
||||||
<meta name="twitter:image" content={`${Astro?.site.origin}/images/od-logo.jpg`} />
|
<meta name="twitter:image" content={`${Astro?.site.origin}/images/od-logo.jpg`} />
|
||||||
<meta property="twitter:title" content={isFrontPage ? title : `${title} | Oliver Davies`} />
|
<meta property="twitter:title" content={isFrontPage ? title : `${title} | Oliver Davies`} />
|
||||||
<title>{isFrontPage ? title : `${title} | Oliver Davies`}</title>
|
<title>{isFrontPage ? title : `${title} | Oliver Davies`}</title>
|
||||||
<script
|
|
||||||
defer
|
|
||||||
data-domain="oliverdavies.uk"
|
|
||||||
src="https://plausible.io/js/plausible.js"
|
|
||||||
></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in a new issue