fix: resolve conflict
This commit is contained in:
parent
7fa65a26da
commit
6a85167ade
9 changed files with 36 additions and 47 deletions
|
@ -5,7 +5,7 @@
|
|||
Popular posts
|
||||
</h2>
|
||||
<ul class="list-inside list-disc pl-5 md:pl-10">
|
||||
{% for post in posts limit: 5 %}
|
||||
{% for post in posts %}
|
||||
<li class="mt-1.5 mb-2">
|
||||
<a href="{{post.url}}" title="{{ post.data.title | escape}}">
|
||||
{{ post.data.title }}
|
||||
|
@ -13,4 +13,4 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue