fix: date typo
This commit is contained in:
parent
80f4980297
commit
a5e0e66e1d
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
]
|
||||
|
|
Reference in a new issue