123456789101112131415161718192021222324252627282930313233 |
- <!-- wp:template-part {"slug":"header-minimal","tagName":"header"} /-->
- <!-- wp:query {"tagName":"main","layout":{"inherit":true}} -->
- <main class="wp-block-query">
- <!-- wp:query-title {"type":"archive","style":{"spacing":{"margin":{"bottom":"100px"}}}} /-->
- <!-- wp:post-template -->
- <!-- wp:group -->
- <div class="wp-block-group">
- <!-- wp:post-title {"isLink":true} /-->
- <!-- wp:post-featured-image {"isLink":true} /-->
- <!-- wp:post-excerpt /-->
- <!-- wp:template-part {"slug":"post-meta-icons","layout":{"inherit":true}} /-->
- <!-- wp:spacer {"height":40} -->
- <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- </div>
- <!-- /wp:group -->
- <!-- /wp:post-template -->
- <!-- wp:group {"layout":{"inherit":true}} -->
- <div class="wp-block-group">
- <!-- wp:query-pagination -->
- <!-- wp:query-pagination-previous /-->
- <!-- wp:query-pagination-numbers /-->
- <!-- wp:query-pagination-next /-->
- <!-- /wp:query-pagination -->
- </div>
- <!-- /wp:group -->
- </main>
- <!-- /wp:query -->
- <!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer-container alignfull"} /-->
|