This commit is contained in:
Yunohost-Bot 2021-02-11 00:24:25 +00:00
commit d881c387a1
2 changed files with 2 additions and 2 deletions

View file

@ -553,4 +553,4 @@ yunohost domain cert-install
## ![](image://tada.png?resize=32&classes=inline) Congratz!
You now have a pretty well configured server. If you're new to YunoHost, we recommend to have a look at [the guided tour](/overview). You should also be able to [install your favourite applications](/apps). Don't forget to [configure backups](/backups) !
You now have a pretty well configured server. If you're new to YunoHost, we recommend to have a look at [the guided tour](/overview). You should also be able to [install your favourite applications](/apps). Don't forget to [configure backups](/backup) !

View file

@ -26,6 +26,7 @@
{% block javascripts %}
{% do assets.addJs('jquery', 101) %}
{% do assets.addJs('theme://js/simplebar.min.js', { group:'bottom' }) %}
{% do assets.addJs('theme://js/learn4.js', { group:'bottom' }) %}
{% do assets.addJs('theme://js/darkMode.js', { group:'bottom' }) %}
{% endblock %}
@ -74,7 +75,6 @@
</div>
{% block bottom %}
<script src="https://unpkg.com/simplebar@4.0.0-alpha.4/dist/simplebar.min.js"></script>
{{ assets.js('bottom')|raw }}
{% endblock %}
</body>