diff --git a/pages/01.administrate/05.install/install.md b/pages/01.administrate/05.install/install.md index a251b91c..cd94dda3 100644 --- a/pages/01.administrate/05.install/install.md +++ b/pages/01.administrate/05.install/install.md @@ -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) ! diff --git a/themes/yunohost-docs/templates/partials/base.html.twig b/themes/yunohost-docs/templates/partials/base.html.twig index 6e29f7d8..b4989e8c 100644 --- a/themes/yunohost-docs/templates/partials/base.html.twig +++ b/themes/yunohost-docs/templates/partials/base.html.twig @@ -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 @@ {% block bottom %} - {{ assets.js('bottom')|raw }} {% endblock %}