From 9c283c8eae6bae67a01ae7f1f57641345534d37e Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Thu, 7 Nov 2019 22:49:36 -0500 Subject: [PATCH] footer with script for GA, as a template --- apidoc/_templates/layout.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apidoc/_templates/layout.html diff --git a/apidoc/_templates/layout.html b/apidoc/_templates/layout.html new file mode 100644 index 000000000..5dece189e --- /dev/null +++ b/apidoc/_templates/layout.html @@ -0,0 +1,21 @@ +{# Import the theme's layout. #} +{% extends "!layout.html" %} + +{%- block footer %} + +{%- endblock %} +