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

This commit is contained in:
Simple_Not 2023-07-14 13:19:01 +10:00
parent d4bcfa7b8f
commit d83ccb48ec

View File

@ -1,11 +1,11 @@
{% if postos | length > 0 %} {% if postos | length > 0 %}
{% 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 %} <div class="card blue-grey darken-1">
<div class="card blue-grey darken-1"> {% endif %}
{% endif %} <div class="row" id="post-{{ posto._key }}">
<div class="col s4"> <div class="col s4">
<div class="card-image"> <div class="card-image">
<div class="hex-main"> <div class="hex-main">