fix: json formatting
This commit is contained in:
parent
4e88184719
commit
32241e8780
3 changed files with 4 additions and 4 deletions
|
@ -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 %}
|
||||
]
|
||||
}
|
Reference in a new issue