dragon_fire/www/templates/fragments/blog/listing.html
David Bailey 6ae06b4765
Some checks reported warnings
/ phplint (push) Has been cancelled
fix(search): 🩹 fix blog post listing
2025-03-27 23:33:49 +01:00

4 lines
No EOL
92 B
HTML

{% for post in search_results %}
{{ include('fragments/blog/card.html') }}
{% endfor %}