12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <!-- wp:template-part {"slug":"header"} /-->
- <!-- wp:group {"tagName":"main"} -->
- <main class="wp-block-group">
- <!-- wp:spacer {"height":30} -->
- <div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
- <div class="wp-block-group post-meta">
- <!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
- <!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
- </div>
- <!-- /wp:group -->
- <!-- wp:group {"layout":{"inherit":true}} -->
- <div class="wp-block-group">
- <!-- wp:post-title {"textAlign":"center","level":1,"align":"wide"} /-->
- <!-- wp:post-featured-image {"align":"wide"} /-->
- </div>
- <!-- /wp:group -->
- <!-- wp:spacer {"height":30} -->
- <div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:post-content {"layout":{"inherit":true}} /-->
- <!-- wp:spacer {"height":90} -->
- <div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:group {"layout":{"inherit":true}} -->
- <div class="wp-block-group">
- <!-- wp:columns {"align":"wide","className":"next-prev-links"} -->
- <div class="wp-block-columns alignwide next-prev-links">
- <!-- wp:column -->
- <div class="wp-block-column">
- <!-- wp:post-navigation-link {"type":"previous","label":"←","showTitle":true} /-->
- </div>
- <!-- /wp:column -->
- <!-- wp:column -->
- <div class="wp-block-column">
- <!-- wp:post-navigation-link {"textAlign":"right","label":"→","showTitle":true} /-->
- </div>
- <!-- /wp:column -->
- </div>
- <!-- /wp:columns -->
- <!-- wp:spacer {"height":90} -->
- <div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:post-comments /-->
- </div>
- <!-- /wp:group -->
- </main>
- <!-- /wp:group -->
- <!-- wp:template-part {"slug":"footer","className":"site-footer-container"} /-->
|