Remove Plausible
This commit is contained in:
parent
38f2da27a2
commit
6bed2f655a
|
@ -302,9 +302,6 @@ testimonials:
|
||||||
title: Digital Strategy Consultant
|
title: Digital Strategy Consultant
|
||||||
tags: [front, subscription]
|
tags: [front, subscription]
|
||||||
|
|
||||||
plausible:
|
|
||||||
domain: ~
|
|
||||||
|
|
||||||
prose_classes: |
|
prose_classes: |
|
||||||
prose prose-p:text-black prose-a:font-light prose-a:text-blue-primary prose-p:text-lg prose-blockquote:border-blue-primary dark:marker:text-white prose-li:my-1 prose-li:text-lg prose-figcaption:text-white prose-li:text-black marker:text-black dark:prose-p:text-white dark:prose-invert dark:prose-a:text-blue-400 dark:prose-blockquote:border-blue-400 dark:prose-li:text-white hover:prose-a:no-underline prose-h2:text-xl prose-code:font-normal prose-h2:mb-4 prose-ul:my-3 dark:prose-hr:border-grey-400 prose-code:before:content-[''] prose-code:after:content-['']
|
prose prose-p:text-black prose-a:font-light prose-a:text-blue-primary prose-p:text-lg prose-blockquote:border-blue-primary dark:marker:text-white prose-li:my-1 prose-li:text-lg prose-figcaption:text-white prose-li:text-black marker:text-black dark:prose-p:text-white dark:prose-invert dark:prose-a:text-blue-400 dark:prose-blockquote:border-blue-400 dark:prose-li:text-white hover:prose-a:no-underline prose-h2:text-xl prose-code:font-normal prose-h2:mb-4 prose-ul:my-3 dark:prose-hr:border-grey-400 prose-code:before:content-[''] prose-code:after:content-['']
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,4 @@
|
||||||
imports:
|
imports:
|
||||||
- sculpin_site.yml
|
- sculpin_site.yml
|
||||||
|
|
||||||
plausible:
|
|
||||||
domain: oliverdavies.uk
|
|
||||||
|
|
||||||
url: https://www.oliverdavies.uk
|
url: https://www.oliverdavies.uk
|
||||||
|
|
|
@ -50,10 +50,6 @@
|
||||||
{# Add the Mastodon verification link so pages can be verified. #}
|
{# Add the Mastodon verification link so pages can be verified. #}
|
||||||
<a class="hidden" rel="me" href="{{ site.mastodon.url }}">Mastodon</a>
|
<a class="hidden" rel="me" href="{{ site.mastodon.url }}">Mastodon</a>
|
||||||
|
|
||||||
{% if site.plausible.domain %}
|
|
||||||
<script defer data-domain="{{ site.plausible.domain }}" src="https://plausible.io/js/script.js"></script>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% block scripts %}{% endblock %}
|
{% block scripts %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue