diff --git a/docs/language/_templates/layout.html b/docs/language/_templates/layout.html index d8185f119..ff180c7dc 100644 --- a/docs/language/_templates/layout.html +++ b/docs/language/_templates/layout.html @@ -1,4 +1,3 @@ {% extends "!layout.html" %} {% block scripts %} {{ super() }} {% include "../../resources/slint-docs-preview.html" %} - {% endblock %}