Make archive links not full-width
This commit is contained in:
parent
8a057356d9
commit
175d429240
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user