From 194a55a0acf289957c2f34102823c205cc94ea7c Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Fri, 1 Apr 2022 16:48:53 +0200 Subject: feat: add link in sidebar to return to main site --- _templates/layout.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _templates/layout.html (limited to '_templates/layout.html') 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 %} + {{ _("Retour au site principal") }}
+ {{ super() }} +{% endblock %} -- cgit v1.2.3