From 91cdaed5bbe53e9e2447bb9b90469bfa41266b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Thu, 16 Jun 2022 16:45:28 +0200 Subject: [PATCH] Edit Matomo tracking code --- site/templates/base.twig | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/site/templates/base.twig b/site/templates/base.twig index c9a03c5..47d5466 100644 --- a/site/templates/base.twig +++ b/site/templates/base.twig @@ -6,8 +6,23 @@ {{ snippet('metadata') }} {{ snippet('favicon') }} - {{ snippet('matomo') }} + + + + {% block stylesheets %} {% endblock %} @@ -127,6 +142,7 @@ {% endblock %} + {% block scripts %} {% endblock %}