aboutsummaryrefslogtreecommitdiff
path: root/_templates
diff options
context:
space:
mode:
Diffstat (limited to '_templates')
-rw-r--r--_templates/layout.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_templates/layout.html b/_templates/layout.html
new file mode 100644
index 0000000..7e255dc
--- /dev/null
+++ b/_templates/layout.html
@@ -0,0 +1,6 @@
+{% extends "!layout.html" %}
+
+{% block sidebartitle %}
+ <a href="https://club1.fr" class="fa fa-arrow-left" > {{ _("Retour au site principal") }} </a></br>
+ {{ super() }}
+{% endblock %}