hakyll-4.16.1.0: data/templates/feed.json
{
"version": "https://www.jsonfeed.org/version/1.1",
"title": "$title$",
"home_page_url": "$root$",
"feed_url": "$root$$url$",
$if(authorName)$
"authors": [
{
"name": "$authorName$"
$if(authorEmail)$
, "url": "mailto:$authorEmail$"
$endif$
}
],
$endif$
"items": [ $body$ ]
}