Replace Piwik code with Matomo (#183)

Piwik was renamed to Matomo
This commit is contained in:
Nicolas Le Gall 2019-06-24 21:51:12 +02:00 committed by Alexandre Vicenzi
parent 63e3192b27
commit 56ff304672
4 changed files with 18 additions and 18 deletions

View file

@ -194,8 +194,8 @@
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ ADD_THIS_ID }}" async="async"></script>
{% endif %}
{% if PIWIK_URL and PIWIK_SITE_ID %}
{% include "partial/piwik.html" %}
{% if (PIWIK_URL and PIWIK_SITE_ID) or (MATOMO_URL and MATOMO_SITE_ID) %}
{% include "partial/matomo.html" %}
{% endif %}
{% include "partial/jsonld.html" %}