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