fix: missing field

This commit is contained in:
Cory Dransfeldt 2023-03-29 13:03:32 -07:00
parent 547c8c62ac
commit ebb9a5a291
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ permalink: '/feed.json'
"title": "{{ item.data.title }}", "title": "{{ item.data.title }}",
"url": "{{ site.url }}{{ item.url }}", "url": "{{ site.url }}{{ item.url }}",
"content_html": "", "content_html": "",
"content_text": "{{ item.data.title }} {{ site.url }}{{ item.url }}",
"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 %} }{% if not forloop.last %},{% endif %}
{% endfor %} {% endfor %}

View file

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