check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-13 21:34:06 +10:00
parent 5e9d093589
commit 9b7fae2a62
2 changed files with 28 additions and 28 deletions

View File

@ -1,6 +1,5 @@
{% if postos | length > 0 %}
{% for posto in postos %}
<div class="col s4 m4">
{% if posto.root_post %}
<div class="card deep-orange accent-4 darken-1">
{% else %}
@ -31,6 +30,5 @@
</div>
</div>
</div>
</div>
{% endfor %}
{% endif %}

View File

@ -10,7 +10,9 @@
<div class="row" id="neu-posts">
<div class="col s4 m4">
{% include 'i-posts.html' %}
</div>
</div>