fix: typos are rough

This commit is contained in:
Cory Dransfeldt 2023-03-28 12:23:28 -07:00
parent dc697ac6f4
commit 4d9d1dc63a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ permalink: '/follow.json'
{
"id": "{{ item.id }}",
"title": "{{ item.title }}",
"url": "{{ item.url }}"
"url": "{{ item.url }}",
"date_published": {{ item.date_published | date: "%m.%d.%Y" }}
}{% if not forloop.last %},{% endif %}
{% endfor %}