From 1dd9c36962542dd8c756ceef355bac09a698b7b9 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Wed, 25 Nov 2015 17:07:42 +0100 Subject: [PATCH] newline for piwik --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index be2d643..b78bf71 100644 --- a/conf.py +++ b/conf.py @@ -905,7 +905,8 @@ COPY_SOURCES = False # Google Analytics or whatever else you use. Added to the bottom of <body> # in the default template (base.tmpl). # (translatable) -BODY_END = """<!-- Piwik --> +BODY_END = """ +<!-- Piwik --> <script type="text/javascript"> var _paq = _paq || []; _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); -- GitLab