Try configuring indieweb to auto e-content wrap node body (paragraphs) and comments
and also to mark up the summary so it can be used in syndication to microstatus networks. We aren't printing the summary field on blog post full pages though so that can't possibly work, and pretty sure the paragraphs won't print a class around them (but that's just as well, we're doing the e-content class in the node--full template and getting a bit more of the other content fields. Wrapping the comment body is probably going to work though. Ref #132
This commit is contained in:
parent
370e259739
commit
3d0ec7b122
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ h_entry: true
|
|||
h_entry_comment: true
|
||||
h_event: event
|
||||
e_content: false
|
||||
e_content_fields: ''
|
||||
e_content_comment: false
|
||||
e_content_fields: field_body_paragraphs
|
||||
e_content_comment: true
|
||||
u_photo: false
|
||||
u_video: true
|
||||
u_audio: true
|
||||
|
@ -11,7 +11,7 @@ post_metadata: false
|
|||
post_metadata_comment: true
|
||||
p_name_exclude_node_type: ''
|
||||
p_bridgy_twitter_content: false
|
||||
p_summary: ''
|
||||
p_summary: field_summary
|
||||
ds_node_support: false
|
||||
_core:
|
||||
default_config_hash: M4eTLAM6YmYdwygiLpINnQ1-O5AWqpzpcPV8B9MZDmA
|
||||
|
|
Loading…
Reference in a new issue