Make archive links not full-width

This commit is contained in:
Shadowfacts 2025-02-18 00:27:34 -05:00
parent 8a057356d9
commit 175d429240
2 changed files with 10 additions and 6 deletions

View File

@ -16,9 +16,11 @@
{{ entry.date | iso_date }}
</time>
</code>
<a href="{{ entry.permalink }}">
{{ entry.title }}
</a>
<div>
<a href="{{ entry.permalink }}">
{{ entry.title }}
</a>
</div>
{% endfor %}
</div>
{% if not loop.last %}

View File

@ -16,9 +16,11 @@
{{ entry.date | iso_date }}
</time>
</code>
<a href="{{ entry.permalink }}">
{{ entry.title }}
</a>
<div>
<a href="{{ entry.permalink }}">
{{ entry.title }}
</a>
</div>
{% endfor %}
</div>
{% if not loop.last %}