fix: typo

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

View file

@ -10,7 +10,7 @@ permalink: '/feed.json'
"feed_url": "https://coryd.dev/feed.json",
"items": [{% for item in posts %}
{
"id": "{{ site.url }}{{ item.url }}"
"id": "{{ site.url }}{{ item.url }}",
"title": "{{ item.data.title }}",
"url": "{{ site.url }}{{ item.url }}",
"content_html": "",