Make archive links not full-width
This commit is contained in:
parent
8a057356d9
commit
175d429240
@ -16,9 +16,11 @@
|
|||||||
{{ entry.date | iso_date }}
|
{{ entry.date | iso_date }}
|
||||||
</time>
|
</time>
|
||||||
</code>
|
</code>
|
||||||
<a href="{{ entry.permalink }}">
|
<div>
|
||||||
{{ entry.title }}
|
<a href="{{ entry.permalink }}">
|
||||||
</a>
|
{{ entry.title }}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% if not loop.last %}
|
{% if not loop.last %}
|
||||||
|
@ -16,9 +16,11 @@
|
|||||||
{{ entry.date | iso_date }}
|
{{ entry.date | iso_date }}
|
||||||
</time>
|
</time>
|
||||||
</code>
|
</code>
|
||||||
<a href="{{ entry.permalink }}">
|
<div>
|
||||||
{{ entry.title }}
|
<a href="{{ entry.permalink }}">
|
||||||
</a>
|
{{ entry.title }}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% if not loop.last %}
|
{% if not loop.last %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user