actus carrousselle

This commit is contained in:
2024-07-06 18:02:47 +02:00
parent f2891d2beb
commit ac44975dd1
6 changed files with 81 additions and 26 deletions

View File

@@ -34,14 +34,14 @@
<h2{{ title_attributes }}>{{ label }}</h2>
{% endif %}
{{ title_suffix }}
<div class="__timeline-arrows">
{# <div class="__timeline-arrows">
<button id='arrowPrev' class="arrow arrow__prev">
{% include active_theme_path() ~ '/dist/assets/img/prev.svg' %}
</button>
<button id='arrowNext' class="arrow arrow__next">
{% include active_theme_path() ~ '/dist/assets/img/next.svg' %}
</button>
</div>
</div> #}
{% block content %}
<div class='content-actus'> {{ content }}</div>
{% endblock %}