Skip to content

Commit

Permalink
feat(feed.json): ✨ make in-reply-to public
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Aug 9, 2022
1 parent e02231f commit bf12006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/feed.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const render = async (posts = genPosts({ postHtml: true, postLimit: feed.limit,
date_modified: post.updated ?? post.published ?? post.created,
tags: post.tags,
_indieweb: {
type: post.type
type: post.type,
'in-reply-to': post.in_reply_to
}
}))
})
Expand Down

0 comments on commit bf12006

Please sign in to comment.