Kind/Feature: BackToTop Feature hinzugefügt

This commit is contained in:
2024-05-11 10:26:11 +02:00
parent 810bdaff55
commit c38eacfc2c
2 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -63,6 +63,11 @@
</div>
{# Render the backtotop link #}
{% if config.plugins.backtotop.enabled %}
{% include 'partials/backtotop.html.twig' %}
{% endif %}
{% block javascripts_bottom %}
{{ assets.js('bottom')|raw }}
<script type='text/javascript'>