re ans-post
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2024-01-30 00:04:10 +10:00
parent 25e5430b4c
commit c8241f2613

View File

@ -20,7 +20,7 @@
</div> --> </div> -->
<div class="card-image" style=" margin:10px; "> <div class="card-image" style=" margin:10px; ">
<img src="https://loremflickr.com/g/320/240/paris"> <img src="https://loremflickr.com/g/320/240/paris">
<span class="card-title"><a class="card-action" href="#post-{{ posto.parent_post }}"> >>{{ posto.parent_post }} </a> </span> <span class="card-title"><a class="link" href="#post-{{ posto.parent_post }}"> >>{{ posto.parent_post }} </a> </span>
</div> </div>
</div> </div>
</div> </div>
@ -33,7 +33,7 @@
</span> </span>
{% if posto.parent_post %} {% if posto.parent_post %}
<a class="card-action" href="#post-{{ posto.parent_post }}"> >>{{ posto.parent_post }} </a> <a class="link" href="#post-{{ posto.parent_post }}"> >>{{ posto.parent_post }} </a>
{% endif %} {% endif %}
<p>{{ posto.texto }}</p> <p>{{ posto.texto }}</p>