mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
@@ -384,6 +384,9 @@ extra:
|
|||||||
status:
|
status:
|
||||||
new: Recently added
|
new: Recently added
|
||||||
deprecated: Deprecated
|
deprecated: Deprecated
|
||||||
|
analytics:
|
||||||
|
provider: google
|
||||||
|
property: G-N2YBGGF31R
|
||||||
social:
|
social:
|
||||||
- icon: 'fontawesome/brands/mastodon'
|
- icon: 'fontawesome/brands/mastodon'
|
||||||
link: 'https://so.fnky.nz/@funkypenguin'
|
link: 'https://so.fnky.nz/@funkypenguin'
|
||||||
|
|||||||
@@ -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/>
|
<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 %}
|
{% 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 -->
|
<!-- Add little penguin ascii-art to titles instead of 20-character-long site name -->
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.meta and page.meta.title %}
|
{% if page.meta and page.meta.title %}
|
||||||
@@ -19,8 +14,4 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<title>{{ config.site_name }}</title>
|
<title>{{ config.site_name }}</title>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block extrahead %}
|
|
||||||
<!-- <script async data-uid="3c340b4df7" src="https://funkypenguin.ck.page/3c340b4df7/index.js"></script> -->
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user