From af82d83536954185d0949514456efdf42d543217 Mon Sep 17 00:00:00 2001 From: samaradel Date: Mon, 18 Apr 2022 09:08:49 +0200 Subject: [PATCH] Add matomo & GA --- templates/partials/head.html | 116 +++++++++++++++++++++++++---------- 1 file changed, 85 insertions(+), 31 deletions(-) diff --git a/templates/partials/head.html b/templates/partials/head.html index 9815787e3..a69465305 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -36,29 +36,63 @@ {%endif%} {% else %} - {% if section.title %}{{ section.title }} • {% endif %}{% if page.title %}{{ page.title }} • {% endif %}{{ config.title }} - - + {% if section.title %}{{ section.title }} • {% endif %}{% if page.title %}{{ page.title }} • {% endif + %}{{ config.title }} + + {% endif %} - + - + - + {% endblock title %} - - - + + + + + + + + + + + + @@ -81,21 +115,41 @@ - - + + + + + + \ No newline at end of file