diff --git a/docs/settings.rst b/docs/settings.rst index e09a90dc..7ba89a47 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1193,16 +1193,16 @@ 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. -.. data:: PIWIK_SSL_URL +.. data:: MATOMO_SSL_URL If the SSL-URL differs from the normal Piwik-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 interface > Settings > Websites. 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 %}