From 21da112607fdd747f4fc25f888ccee40c122ecb2 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Tue, 22 Jan 2019 17:25:26 -0500 Subject: [PATCH] added self-hosted matomo analytics --- conf.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index fc6dacc..da4c0b6 100644 --- a/conf.py +++ b/conf.py @@ -1212,7 +1212,23 @@ SHOW_SOURCELINK = False # Google Analytics or whatever else you use. Added to the bottom of # in the default template (base.tmpl). # (translatable) -# BODY_END = "" +BODY_END = """ + + + +""" # The possibility to extract metadata from the filename by using a # regular expression.