fix: follow data

This commit is contained in:
Cory Dransfeldt 2023-03-28 11:26:48 -07:00
parent 23ea674eea
commit 0fd62529cf
No known key found for this signature in database
2 changed files with 10 additions and 1 deletions

View file

@ -10,8 +10,10 @@ permalink: '/follow.json'
"feed_url": "https://coryd.dev/follow.json",
"items": [{% for item in posts %}
{
"id": "{{ item.id }}",
"title": "{{ item.title }}",
"url": "{{ item.url }}"
"date_published": {{ item.date_published }}
}{% if not forloop.last %},{% endif %}
{% endfor %}
]