From f0d7bae0a9d76f5660f5c68d477e9a508489319d Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Wed, 29 May 2019 17:37:24 +0300 Subject: [PATCH] add google analytics --- source/_templates/layout.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/source/_templates/layout.html b/source/_templates/layout.html index fc50f09..b47d6c2 100644 --- a/source/_templates/layout.html +++ b/source/_templates/layout.html @@ -2,4 +2,19 @@ {# Import the theme's layout. #} {% extends "!layout.html" %} -{% set css_files = css_files + ['_static/style.css'] %} \ No newline at end of file +{% set css_files = css_files + ['_static/style.css'] %} + +{% block footer %} +{{ super() }} + + + + +{% endblock %} +