feat: refactor feeds; reduce dependencies

This commit is contained in:
Cory Dransfeldt 2024-04-17 14:07:43 -07:00
parent 4067148658
commit d768007f1c
No known key found for this signature in database
375 changed files with 2568 additions and 13971 deletions

View file

@ -6,8 +6,8 @@
<ul class="link-list">
{% for link in links limit: 5 %}
<li>
<a href="{{link.url}}" title="{{link.title | escape}}">
{{ link.title }}
<a href="{{ link.url }}" title="{{ link.data.title | escape }}">
{{ link.data.title }}
</a>
</li>
{% endfor %}