goatcounter
This commit is contained in:
parent
56abc3f35a
commit
ff5a41cf1e
@ -6,6 +6,7 @@
|
|||||||
{% set feature_flags = [] %}
|
{% set feature_flags = [] %}
|
||||||
{% set redirect_target = "" %}
|
{% set redirect_target = "" %}
|
||||||
{% set announcement = "" %}
|
{% set announcement = "" %}
|
||||||
|
{% set page_path = "" %}
|
||||||
{% endblock variable_wormhole %}
|
{% endblock variable_wormhole %}
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
{# Analytics #}
|
||||||
|
<script data-goatcounter="https://ewpratten.goatcounter.com/count"
|
||||||
|
async src="//gc.zgo.at/count.js"></script>
|
||||||
|
<noscript>
|
||||||
|
<img src="https://ewpratten.goatcounter.com/count?p={{page_path | safe}}">
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script defer src="https://www.googletagmanager.com/gtag/js?id=G-5912H4H03P"></script>
|
<script defer src="https://www.googletagmanager.com/gtag/js?id=G-5912H4H03P"></script>
|
||||||
<script>
|
<script>
|
||||||
@ -6,7 +14,4 @@
|
|||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
|
||||||
gtag('config', 'G-5912H4H03P');
|
gtag('config', 'G-5912H4H03P');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{# Experimental new analytics engine #}
|
|
||||||
<script async defer data-website-id="c68c03ec-3ecf-48af-b7ed-7de6ce5f46b2" src="https://analytics.ewpratten.com/umami.js"></script>
|
|
@ -25,6 +25,7 @@
|
|||||||
{# Pass data through to the base template #}
|
{# Pass data through to the base template #}
|
||||||
{% block variable_wormhole %}
|
{% block variable_wormhole %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
|
{% set page_path = "/" %}
|
||||||
{% set title = section.title %}
|
{% set title = section.title %}
|
||||||
{% set description = config.description %}
|
{% set description = config.description %}
|
||||||
{% if section.extra.uses %}
|
{% if section.extra.uses %}
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
{# Pass data through to the base template #}
|
{# Pass data through to the base template #}
|
||||||
{% block variable_wormhole %}
|
{% block variable_wormhole %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
|
{% set page_path = page.path %}
|
||||||
{% set title = page.title %}
|
{% set title = page.title %}
|
||||||
{% set description = page.description %}
|
{% set description = page.description %}
|
||||||
{% set is_article = true %}
|
{% set is_article = true %}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
{# Pass data through to the base template #}
|
{# Pass data through to the base template #}
|
||||||
{% block variable_wormhole %}
|
{% block variable_wormhole %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
|
{% set page_path = section.path %}
|
||||||
{% set title = section.title %}
|
{% set title = section.title %}
|
||||||
{% set description = section.description %}
|
{% set description = section.description %}
|
||||||
{% if section.extra.uses %}
|
{% if section.extra.uses %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user