all repos — home @ 1805589e0a8e19b05da2957281521c3602f704d4

Add content to atom feed
Tim Izzo tim@octree.ch
Sun, 20 Nov 2022 18:17:20 +0100
commit

1805589e0a8e19b05da2957281521c3602f704d4

parent

d22e5c10631a28f466349e19b7759237073dace6

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M generator/atom.tsgenerator/atom.ts

@@ -30,6 +30,10 @@ name: item.attributedTo.name,

uri: item.attributedTo.url, email: item.attributedTo.email, }, + content: { + '@type': 'html', + '#text': item.content + }, link: { "@href": item.url, "@rel": "alternate",