refactor: remove Fathom
Remove Fathom Analytics as I'm not using it.
This commit is contained in:
parent
b7e9e42175
commit
ffdefc35ba
|
@ -14,9 +14,6 @@ email: oliver@oliverdavies.uk
|
||||||
experience:
|
experience:
|
||||||
start_year: 2007
|
start_year: 2007
|
||||||
|
|
||||||
fathom:
|
|
||||||
id: ~
|
|
||||||
|
|
||||||
github:
|
github:
|
||||||
gist:
|
gist:
|
||||||
url: 'https://gist.github.com/%github.name%'
|
url: 'https://gist.github.com/%github.name%'
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
imports:
|
imports:
|
||||||
- sculpin_site.yml
|
- sculpin_site.yml
|
||||||
|
|
||||||
fathom:
|
|
||||||
id: NYZEZAKS
|
|
||||||
|
|
||||||
plausible:
|
plausible:
|
||||||
domain: 'oliverdavies.uk'
|
domain: 'oliverdavies.uk'
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
|
|
||||||
{% include 'meta' with { page, site } only %}
|
{% include 'meta' with { page, site } only %}
|
||||||
|
|
||||||
<script src="https://cdn.usefathom.com/script.js" data-site="{{ site.fathom.id }}" defer></script>
|
|
||||||
|
|
||||||
{% include 'plausible' with {
|
{% include 'plausible' with {
|
||||||
plausible: site.plausible,
|
plausible: site.plausible,
|
||||||
} only %}
|
} only %}
|
||||||
|
|
Loading…
Reference in a new issue