add og tags to eboutic page

This commit is contained in:
imperosol
2026-04-28 12:15:11 +02:00
parent d1d203ba98
commit ae3c6a7ba6
@@ -8,6 +8,14 @@
{% trans %}The online shop of the association.{% endtrans %} {% trans %}The online shop of the association.{% endtrans %}
{%- endblock %} {%- endblock %}
{% block metatags %}
<meta property="og:url" content="{{ request.build_absolute_uri() }}" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Eboutic" />
<meta property="og:description" content="La boutique en ligne de l'AE" />
<meta property="og:image" content="{{ request.build_absolute_uri(static("core/img/logo_no_text.png")) }}" />
{% endblock %}
{% block additional_js %} {% block additional_js %}
{# This script contains the code to perform requests to manipulate the {# This script contains the code to perform requests to manipulate the
user basket without having to reload the page #} user basket without having to reload the page #}