From 9b8085220fb698d1e766c6ef4c989bba3f21f754 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 21 Jul 2021 14:16:53 +0530 Subject: [PATCH] ... --- docs/_templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_templates/base.html b/docs/_templates/base.html index b9ca3170f..daa2bdace 100644 --- a/docs/_templates/base.html +++ b/docs/_templates/base.html @@ -1,6 +1,8 @@ {% extends "!base.html" %} {% block extrahead %} + {{ super() }} + {%- if analytics_id %} {% endif -%} + {% endblock %}