chore: feeds

This commit is contained in:
Cory Dransfeldt 2024-06-07 17:09:23 -07:00
parent 1e106320c1
commit d32e976329
No known key found for this signature in database
8 changed files with 25 additions and 14090 deletions

View file

@ -10,7 +10,7 @@
"id": "{{ entry.url | btoa }}",
"title": "{{ entry.title | replaceQuotes }}",
"url": "{{ entry.url }}",
"content_text": "{{ entry.title | replaceQuotes }} {{ entry.url }}",
"content_text": "{{ entry.excerpt | replaceQuotes }}",
"date_published": "{{ entry.date | stringToRFC822Date }}"
}{% if not forloop.last %},{% endif %}
{%- endfor %}