fix: typos are rough
This commit is contained in:
parent
dc697ac6f4
commit
4d9d1dc63a
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue