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 mailto URL to the author if email is present
  • Loading branch information
ozkutuk authored and Minoru committed Aug 6, 2023
commit 52a2a012b56fbd0c1fac7e90029e239a32a1ca9a
3 changes: 3 additions & 0 deletions data/templates/feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"authors": [
{
"name": "$authorName$"
$if(authorEmail)$
, "url": "mailto:$authorEmail$"
$endif$
}
],
$endif$
Expand Down