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 }} {{ entry.date | iso_date }}
</time> </time>
</code> </code>
<div>
<a href="{{ entry.permalink }}"> <a href="{{ entry.permalink }}">
{{ entry.title }} {{ entry.title }}
</a> </a>
</div>
{% endfor %} {% endfor %}
</div> </div>
{% if not loop.last %} {% if not loop.last %}

View File

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