correction doublons index Ajax + découplage slug categories couleurs
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user