Skip to content

Commit 9c7ba2c

Browse files
committed
add feed mapping for silos
wordpress has this markup; blogger is close
1 parent e74f42d commit 9c7ba2c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎mf2py/backcompat.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,14 @@
6464
'organization-name': ['p-organization-name'],
6565
'organization-unit': ['p-organization-unit'],
6666
},
67-
'hentry': {
67+
'hfeed': {
68+
'title': ['p-name'], #for blogger, if they move hfeed to the right place
69+
'description': ['p-summary'], #for blogger, if they move hfeed to the right place
70+
'site-title': ['p-name'], #for wordpress defaults
71+
'site-description': ['p-summary'], #for wordpress defaults
72+
'category': ['p-category'],
73+
},
74+
'hentry': {
6875
'entry-title': ['p-name'],
6976
'entry-summary': ['p-summary'],
7077
'entry-content': ['e-content'],

0 commit comments

Comments
 (0)