fix: list spacing
This commit is contained in:
parent
bad838c329
commit
4774b5832c
2 changed files with 7 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
{% tablericon "flame" "Popular" %}
|
||||
Popular posts
|
||||
</h2>
|
||||
<ul>
|
||||
<ul class="link__list">
|
||||
{% for post in posts limit: 5 %}
|
||||
<li>
|
||||
<a class="no-underline" href="{{post.url}}" title="{{ post.data.title | escape}}">
|
||||
|
|
Reference in a new issue