Update README, keep old value, rename html partial page

This commit is contained in:
Nicolas Le Gall 2019-06-24 12:58:29 +02:00
parent 18b68e5d6c
commit 7263c049f1
No known key found for this signature in database
GPG key ID: C9EE76EC01471F55
3 changed files with 7 additions and 7 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" %}