correction doublons index Ajax + découplage slug categories couleurs

This commit is contained in:
2026-06-04 17:41:11 +02:00
parent d900e7aa65
commit bea33f9fd3
5 changed files with 92 additions and 36 deletions

View File

@@ -85,6 +85,9 @@
{% else %}
<section class="subcategory-section">
<div class="post-grid" id="post-grid">
{% for post in pinned_posts %}
{% include 'partials/post-card.twig' with { post: post, card: cards[post.ID], show_category: true, type_only: true } %}
{% endfor %}
{% for post in posts %}
{% include 'partials/post-card.twig' with { post: post, card: cards[post.ID], show_category: true, type_only: true } %}
{% endfor %}