diff --git a/docs/_templates/page.html b/docs/_templates/page.html index 429a7dedd9a2..65f134ac0dd4 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -1,6 +1,7 @@ {% extends "!page.html" %} {% block footer %} +{{ super() }} -{% endblock %} \ No newline at end of file +{% endblock %}