Add note if there are no posts yet

This commit is contained in:
2021-05-03 16:50:49 +02:00
parent 7e24d0ca9d
commit d601265325
2 changed files with 5 additions and 1 deletions

View File

@@ -26,4 +26,8 @@ comments: false
<a href="{{ post.url }}">{{ post.title | escape }}</a>
</h3>
</article>
{%- else -%}
<div style="text-align:center">
No posts yet :,(
</div>
{%- endfor -%}