mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-03 03:46:08 +00:00
add og tags to eboutic page
This commit is contained in:
@@ -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 #}
|
||||||
@@ -168,9 +176,9 @@
|
|||||||
</section>
|
</section>
|
||||||
{% for prices in categories %}
|
{% for prices in categories %}
|
||||||
{% set category = prices[0].product.product_type %}
|
{% set category = prices[0].product.product_type %}
|
||||||
<section>
|
<section>
|
||||||
<div class="category-header">
|
<div class="category-header">
|
||||||
<h3>{{ category.name }}</h3>
|
<h3>{{ category.name }}</h3>
|
||||||
{% if category.comment %}
|
{% if category.comment %}
|
||||||
<p><i>{{ category.comment }}</i></p>
|
<p><i>{{ category.comment }}</i></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user