hide message

This commit is contained in:
Ayo 2023-05-22 22:35:56 +02:00
parent 56f835acda
commit b79f29401f

View file

@ -3,7 +3,9 @@ layout: default
--- ---
<div class="blog-home"> <div class="blog-home">
{% include message.html %} {% if site.posts.size > 0 %} <!-- {% include message.html %} -->
{% if site.posts.size > 0 %}
<ul class="blog-home__list-items"> <ul class="blog-home__list-items">
{% for post in site.posts %} {% include post-item.html %} {% endfor %} {% for post in site.posts %} {% include post-item.html %} {% endfor %}
</ul> </ul>