1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-11 00:36:29 +00:00

Add analytics

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2025-06-10 13:07:16 +12:00
parent fcf9362c79
commit 1f30d3960a
2 changed files with 3 additions and 9 deletions

View File

@@ -384,6 +384,9 @@ extra:
status:
new: Recently added
deprecated: Deprecated
analytics:
provider: google
property: G-N2YBGGF31R
social:
- icon: 'fontawesome/brands/mastodon'
link: 'https://so.fnky.nz/@funkypenguin'

View File

@@ -5,11 +5,6 @@
<div align="center">Too. Much. YAML? 😡 <A HREF='https://store.elfhosted.com/'>Skip the YAML and get a 7-day free trial of an ElfHosted stack</A>! 🎉<BR/>
{% endblock %}
{% block analytics %}
<script src="/js/i-am-groot.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
{% endblock %}
<!-- Add little penguin ascii-art to titles instead of 20-character-long site name -->
{% block htmltitle %}
{% if page.meta and page.meta.title %}
@@ -19,8 +14,4 @@
{% else %}
<title>{{ config.site_name }}</title>
{% endif %}
{% endblock %}
{% block extrahead %}
<!-- <script async data-uid="3c340b4df7" src="https://funkypenguin.ck.page/3c340b4df7/index.js"></script> -->
{% endblock %}