content updates

This commit is contained in:
timurgordon
2022-09-12 12:43:59 +03:00
parent 11f4d8a3f3
commit 6e2ebf873a
95 changed files with 5 additions and 114 deletions

View File

@@ -15,7 +15,7 @@
<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 post.extra.isVisible %}
{% if not post.extra.hidden %}
{% include "partials/postCard.html" %}
{%endif%} {%- endfor %}
</div>