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

This commit is contained in:
Simple_Not 2023-07-14 13:13:21 +10:00
parent e11888c930
commit 132028c649

View File

@ -1,11 +1,11 @@
{% if postos | length > 0 %}
{% for posto in postos %}
{% if posto.root_post %}
<div class="card deep-orange accent-4 darken-1">
{% else %}
<div class="card blue-grey darken-1">
{% endif %}
<div class="row" id="post-{{ posto._key }}">
<div class="row" id="post-{{ posto._key }}">
{% for posto in postos %}
{% if posto.root_post %}
<div class="card deep-orange accent-4 darken-1">
{% else %}
<div class="card blue-grey darken-1">
{% endif %}
<div class="col s4">
<div class="card-image">
<div class="hex-main">