diff --git a/doc/en/_templates/layout.html b/doc/en/_templates/layout.html index 5ec94fd7e..8d8a58160 100644 --- a/doc/en/_templates/layout.html +++ b/doc/en/_templates/layout.html @@ -1,5 +1,14 @@ {% extends "!layout.html" %} - +{% block header %} +
+ {{super()}} +{% endblock %} {% block footer %} {{ super() }}