fix: json formatting

This commit is contained in:
Cory Dransfeldt 2024-08-10 14:38:30 -07:00
parent 4e88184719
commit 32241e8780
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
"title": "{{ entry.title | escape }}{%- if entry.authors %} via {{ entry.authors.name }}{%- endif %}{%- if entry.rating %} ({{ entry.rating }}){%- endif %}",
"content_text": "{{ entry.excerpt | escape }}",
"date_published": "{{ entry.date | stringToRFC822Date }}"
}{%- if forloop.last == false %},{%- endif -%}
}}{% if forloop.last == false %},{% endif %}
{%- endfor %}
]
}