1 parent e74f42d commit 9c7ba2cCopy full SHA for 9c7ba2c
mf2py/backcompat.py
@@ -64,7 +64,14 @@
64
'organization-name': ['p-organization-name'],
65
'organization-unit': ['p-organization-unit'],
66
},
67
- 'hentry': {
+ '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': {
75
'entry-title': ['p-name'],
76
'entry-summary': ['p-summary'],
77
'entry-content': ['e-content'],
0 commit comments