Skip to content

Commit deae6f8

Browse files
Add subtitle field to feed and item fields
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 425599f commit deae6f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/fields.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ fields.feed = [
88
['dc:title', 'title'],
99
['dc:type', 'type'],
1010
'title',
11+
'subtitle',
1112
'description',
1213
'author',
1314
'pubDate',
@@ -35,6 +36,7 @@ fields.item = [
3536
['dc:source', 'source'],
3637
['dc:title', 'title'],
3738
'title',
39+
'subtitle',
3840
'link',
3941
'pubDate',
4042
'author',

0 commit comments

Comments
 (0)