
* Rework layout inheritance for query and post template. * Wrap archive title in a group that inherits layout. * Also unset the max-width * Get the markup in all templates to match * add post template * update post template * Refactor index, home and archive templates to share the post template * Adding back the default layout * fix alignments on pagination * remove unneeded alignment rules Co-authored-by: Ben Dwyer <ben@scruffian.com>
13 lines
470 B
HTML
13 lines
470 B
HTML
<!-- wp:group {"layout":{"inherit":true}} -->
|
|
<div class="wp-block-group"><!-- wp:post-title {"isLink":true} /-->
|
|
|
|
<!-- wp:post-date {"isLink":true,"format":"F jS, Y","style":{"typography":{"fontStyle":"italic","fontWeight":"400"}},"fontSize":"small"} /-->
|
|
|
|
</div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:post-content {"layout":{"inherit":true}} /-->
|
|
|
|
<!-- wp:spacer {"height":112} -->
|
|
<div style="height:112px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|