From a587aab215677ca6084cf7f0ef35b240100585bc Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Tue, 22 Jan 2019 17:28:28 -0500 Subject: [PATCH] added self-hosted matomo analytics --- conf.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 2b1cf19..e004282 100644 --- a/conf.py +++ b/conf.py @@ -1221,7 +1221,24 @@ INDEX_DISPLAY_POST_COUNT = 6 # 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.