Skip to content

Commit c3b82f9

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

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
@@ -9,6 +9,7 @@ fields.feed = [
99
['dc:type', 'type'],
1010
'title',
1111
'description',
12+
'subtitle',
1213
'author',
1314
'pubDate',
1415
'webMaster',
@@ -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)