mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge branch 'grav' of https://github.com/YunoHost/doc
This commit is contained in:
commit
d881c387a1
2 changed files with 2 additions and 2 deletions
|
@ -553,4 +553,4 @@ yunohost domain cert-install
|
||||||
|
|
||||||
##  Congratz!
|
##  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) !
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
{% block javascripts %}
|
{% block javascripts %}
|
||||||
{% do assets.addJs('jquery', 101) %}
|
{% 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/learn4.js', { group:'bottom' }) %}
|
||||||
{% do assets.addJs('theme://js/darkMode.js', { group:'bottom' }) %}
|
{% do assets.addJs('theme://js/darkMode.js', { group:'bottom' }) %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -74,7 +75,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% block bottom %}
|
{% block bottom %}
|
||||||
<script src="https://unpkg.com/simplebar@4.0.0-alpha.4/dist/simplebar.min.js"></script>
|
|
||||||
{{ assets.js('bottom')|raw }}
|
{{ assets.js('bottom')|raw }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue