diff --git a/docs/settings.rst b/docs/settings.rst index 0ae26ca4..368cfc58 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1165,18 +1165,18 @@ free to use them in your themes as well. A list of tuples (Title, URL) for additional menu items to appear at the beginning of the main menu. -.. data:: PIWIK_URL +.. data:: MATOMO_URL - URL to your Piwik server - without 'http://' at the beginning. + URL to your Matomo server - without 'http://' at the beginning. -.. data:: PIWIK_SSL_URL +.. data:: MATOMO_SSL_URL - If the SSL-URL differs from the normal Piwik-URL you have to include this + If the SSL-URL differs from the normal Matomo-URL you have to include this setting too. (optional) -.. data:: PIWIK_SITE_ID +.. data:: MATOMO_SITE_ID - ID for the monitored website. You can find the ID in the Piwik admin + ID for the monitored website. You can find the ID in the Matomo admin interface > Settings > Websites. .. data:: LINKS diff --git a/pelican/themes/notmyidea/templates/analytics.html b/pelican/themes/notmyidea/templates/analytics.html index a966c4c2..1cdbf1c1 100644 --- a/pelican/themes/notmyidea/templates/analytics.html +++ b/pelican/themes/notmyidea/templates/analytics.html @@ -24,22 +24,22 @@ })(); {% endif %} -{% if PIWIK_URL and PIWIK_SITE_ID %} +{% if MATOMO_URL and MATOMO_SITE_ID %} {% endif %}