Update the injected scripts to the new name

This commit is contained in:
Olivier Goffart 2022-02-02 12:26:38 +01:00
parent f4a824cf61
commit 7f7b620a35
6 changed files with 24 additions and 25 deletions

View file

@ -1,6 +1,6 @@
{% extends "!layout.html" %}
{% block scripts %}
{{ super() }}
{% include "../../../../docs/resources/sixtyfps-docs-preview.html" %}
{% include "../../../../docs/resources/sixtyfps-docs-highlight.html" %}
{% endblock %}
{% include "../../../../docs/resources/slint-docs-preview.html" %}
{% include "../../../../docs/resources/slint-docs-highlight.html" %}
{% endblock %}