fix: json follow feed title

This commit is contained in:
Cory Dransfeldt 2023-03-28 10:58:17 -07:00
parent 02e444e25e
commit cf4cc931a4
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ permalink: '/follow.json'
"posts": [
{% for item in posts %}
{
"title": "{{ item.data.title }}",
"title": "{{ item.title }}",
"url": "{{ item.url }}"
}{% if not loop.last %},{% endif %}
{% endfor %}