Update style

This commit is contained in:
2026-07-29 13:23:38 +10:00
parent 0e333f562c
commit 80d0ef5da0
-10
View File
@@ -600,17 +600,7 @@
<span class="post-row-date">{{ post.created_at|date:"M d" }}</span>
<span class="post-row-main">
<span class="post-row-title">{{ post.title }}</span>
{% if post.summary %}
<span class="post-row-summary">{{ post.summary }}</span>
{% endif %}
</span>
{% if post.tags.all %}
<span class="post-row-tags">
{% for tag in post.tags.all|slice:":2" %}
<span class="tag-pill">{{ tag.name }}</span>
{% endfor %}
</span>
{% endif %}
<svg class="post-row-chev" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2.5" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"/>
</svg>