themes-wordpress/livro/parts/post.html
Jeff Ong 9934d0e345
[Livro] Fix wide and full width content in index/archive/home templates (#5385)
* 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>
2022-02-08 12:00:17 +00:00

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 -->