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

This commit is contained in:
Simple_Not 2023-07-14 13:16:05 +10:00
parent f0ff983fc8
commit db9279ea2a

View File

@ -1,6 +1,7 @@
{% if postos | length > 0 %} {% if postos | length > 0 %}
<div class="row" id="post-{{ posto._key }}"> <div class="row" >
{% for posto in postos %} {% for posto in postos %}
<div class="row" id="post-{{ posto._key }}">
{% if posto.root_post %} {% if posto.root_post %}
<div class="card deep-orange accent-4 darken-1"> <div class="card deep-orange accent-4 darken-1">
{% else %} {% else %}
@ -38,4 +39,5 @@
</div> </div>
</div> </div>
{% endfor %} {% endfor %}
</div>
{% endif %} {% endif %}