villeneuve-dascq: theme: move back-top component (#47668)

This commit is contained in:
Thomas Jund 2020-10-16 17:49:56 +02:00
parent 4eaa1a4bd1
commit eff48d408b
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% extends "includes/back-top.html" %}
{% block back-top-label %}
Haut de page
{% endblock %}

View File

@ -0,0 +1,9 @@
{% extends "theme.html" %}
{# Move back-top component #}
{% block footer-pre %}
{% block back-top %}
{% endblock %}
{% endblock %}
{% block footer-bottom %}
{% endblock %}