From ae3c6a7ba6c2c162dcf627dc5a2f50254be1689a Mon Sep 17 00:00:00 2001 From: imperosol Date: Tue, 28 Apr 2026 12:15:11 +0200 Subject: [PATCH] add og tags to eboutic page --- eboutic/templates/eboutic/eboutic_main.jinja | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja index b482a6d4..088f7c89 100644 --- a/eboutic/templates/eboutic/eboutic_main.jinja +++ b/eboutic/templates/eboutic/eboutic_main.jinja @@ -8,6 +8,14 @@ {% trans %}The online shop of the association.{% endtrans %} {%- endblock %} +{% block metatags %} + + + + + +{% endblock %} + {% block additional_js %} {# This script contains the code to perform requests to manipulate the user basket without having to reload the page #} @@ -41,7 +49,7 @@ {% endif %}