pics tryout
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2024-01-31 23:58:05 +10:00
parent 412b26244a
commit f9bbd5e6af

View File

@ -18,7 +18,7 @@
{% if posto.images | length > 0 %} {% if posto.images | length > 0 %}
<div class="col s4"> <div class="col s4">
<div class="card-image"> <div class="card-image" style=" margin:10px; ">
<!-- <div class="hex-main"> <!-- <div class="hex-main">
<div class="hex-container"> <div class="hex-container">
<a href="https://loremflickr.com/g/320/240/paris" target="_blank" "> <a href="https://loremflickr.com/g/320/240/paris" target="_blank" ">
@ -26,12 +26,12 @@
</a> </a>
</div> </div>
</div> --> </div> -->
<div class="card-image" style=" margin:10px; ">
<a href="https://static.guaranteedstruggle.host/thread-pics/photo_2023-05-16_00-49-34.jpg" target="_blank" "> <a href="https://static.guaranteedstruggle.host/thread-pics/photo_2023-05-16_00-49-34.jpg" target="_blank" ">
<img src="https://static.guaranteedstruggle.host/thread-pics/photo_2023-05-16_00-49-34.jpg"> <img src="https://static.guaranteedstruggle.host/thread-pics/photo_2023-05-16_00-49-34.jpg">
</a> </a>
<span class="card-title"><a class="link" 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>
{% endif %} {% endif %}