mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
Update style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user