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
Add title to JSON Feed item
  • Loading branch information
ozkutuk authored and Minoru committed Aug 6, 2023
commit fbb6646e411cc961f2a907c1bc28e458dc43acbc
1 change: 1 addition & 0 deletions data/templates/feed-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"id": "$root$$url$",
"url": "$root$$url$",
"content_html": "$description$",
Minoru marked this conversation as resolved.
Show resolved Hide resolved
"title": "$title$",
"date_published": "$published$",
"date_modified": "$updated$"
}