Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSON Feed support #975

Merged
merged 15 commits into from
Aug 6, 2023
Prev Previous commit
Next Next commit
Wrap descriptionJson field with quotes
  • Loading branch information
ozkutuk authored and Minoru committed Aug 6, 2023
commit 1465d6bcaf9f6c892eb13b4a95d734812e9fec28
2 changes: 1 addition & 1 deletion data/templates/feed-item.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "$root$$url$",
"url": "$root$$url$",
"content_html": $descriptionJson$,
"content_html": "$descriptionJson$",
"date_published": "$published$",
"date_modified": "$updated$"
}