chore: show all links in feeds

This commit is contained in:
Cory Dransfeldt 2023-08-04 20:49:11 -07:00
parent d81d7d6f0a
commit 6162b8b125
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<div class="ml-1">Links</div>
</h2>
<ul class="list-inside list-disc pl-5 md:pl-10">
{% for link in links %}
{% for link in links limit: 5 %}
<li class="mt-1.5 mb-2">
<a href="{{link.url}}" title="{{link.title | escape}}">
{{ link.title }}