hide vols from blogs page

This commit is contained in:
samaradel
2022-09-07 13:23:40 +02:00
parent 8cfa6e8be1
commit dd9d6e0a7c
91 changed files with 92 additions and 2 deletions

View File

@@ -15,9 +15,9 @@
<div>
<div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-2 xl:grid-cols-3 lg:max-w-none">
{%- for post in paginator.pages %}
{% if "Engineering" == "Engineering"%}
{% if post.extra.isVisible %}
{% include "partials/postCard.html" %}
{%endif%} {%- endfor %}
{%endif%} {%- endfor %}
</div>
<hr class="mt-6" />
<p class="text-center text-sm mt-2 mb-16">