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>

View File

@@ -25,7 +25,7 @@
</div>
<div class="-mx-4 relative lg:mt-0 max-w-full">
<img class="relative mx-auto w-7/12 md:w-auto md:max-w-full max-h-80" src={{featured.permalink}}{{featured.extra.imgPath}} alt="" />
<img class="relative mx-auto w-7/12 md:w-auto rounded md:max-w-full max-h-80" src={{featured.permalink}}{{featured.extra.imgPath}} alt="" />
</div>
</div>