fix: date typo

This commit is contained in:
Cory Dransfeldt 2023-03-28 13:25:52 -07:00
parent 80f4980297
commit a5e0e66e1d
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ permalink: '/feed.json'
"title": "{{ item.data.title }}",
"url": "{{ site.url }}{{ item.url }}",
"content_html": "",
"date_published" "{{ item.date | date: "%Y-%m-%dT%H:%M:%S-08:00" }}"
"date_published": "{{ item.date | date: "%Y-%m-%dT%H:%M:%S-08:00" }}"
}{% if not forloop.last %},{% endif %}
{% endfor %}
]