themes-wordpress/quadrat/block-templates/index.html
Ben Dwyer 63ad6234d1
Blockbase: Add query title (#4878)
* Blockbase: Add query title block to all index templates

* remove from skatepark

* Add query title to payton and russell

* Add a space below the query title
2021-10-26 13:12:12 +01:00

31 lines
1.2 KiB
HTML

<!-- wp:template-part {"slug":"header"} /-->
<!-- wp:query {"tagName":"main","layout":{"inherit":true}} -->
<main class="wp-block-query">
<!-- wp:query-title {"type":"archive","align":"center","style":{"spacing":{"margin":{"bottom":"120px"}}}} /-->
<!-- wp:post-template {"align":"wide"} -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-date {"isLink":false,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center"} /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">
<!-- wp:post-featured-image {"isLink":true} /-->
<!-- wp:post-excerpt /-->
</div>
<!-- /wp:group -->
<!-- wp:spacer {"height":60} -->
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
</div>
<!-- /wp:group -->
<!-- /wp:post-template -->
<!-- wp:query-pagination {"align":"wide","paginationArrow":"arrow"} -->
<!-- wp:query-pagination-previous /-->
<!-- wp:query-pagination-numbers /-->
<!-- wp:query-pagination-next /-->
<!-- /wp:query-pagination -->
</main>
<!-- /wp:query -->
<!-- wp:template-part {"slug":"footer","className":"site-footer-container"} /-->