hide message
This commit is contained in:
parent
56f835acda
commit
b79f29401f
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ layout: default
|
|||
---
|
||||
|
||||
<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">
|
||||
{% for post in site.posts %} {% include post-item.html %} {% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue