single.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!-- wp:template-part {"slug":"header"} /-->
  2. <!-- wp:group {"tagName":"main"} -->
  3. <main class="wp-block-group">
  4. <!-- wp:spacer {"height":30} -->
  5. <div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
  6. <!-- /wp:spacer -->
  7. <!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
  8. <div class="wp-block-group post-meta">
  9. <!-- wp:post-date {"textAlign":"center","isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
  10. <!-- wp:post-terms {"term":"category","textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
  11. </div>
  12. <!-- /wp:group -->
  13. <!-- wp:group {"layout":{"inherit":true}} -->
  14. <div class="wp-block-group">
  15. <!-- wp:post-title {"textAlign":"center","level":1,"align":"wide"} /-->
  16. <!-- wp:post-featured-image {"align":"wide"} /-->
  17. </div>
  18. <!-- /wp:group -->
  19. <!-- wp:spacer {"height":30} -->
  20. <div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
  21. <!-- /wp:spacer -->
  22. <!-- wp:post-content {"layout":{"inherit":true}} /-->
  23. <!-- wp:spacer {"height":90} -->
  24. <div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
  25. <!-- /wp:spacer -->
  26. <!-- wp:group {"layout":{"inherit":true}} -->
  27. <div class="wp-block-group">
  28. <!-- wp:columns {"align":"wide","className":"next-prev-links"} -->
  29. <div class="wp-block-columns alignwide next-prev-links">
  30. <!-- wp:column -->
  31. <div class="wp-block-column">
  32. <!-- wp:post-navigation-link {"type":"previous","label":"←","showTitle":true} /-->
  33. </div>
  34. <!-- /wp:column -->
  35. <!-- wp:column -->
  36. <div class="wp-block-column">
  37. <!-- wp:post-navigation-link {"textAlign":"right","label":"→","showTitle":true} /-->
  38. </div>
  39. <!-- /wp:column -->
  40. </div>
  41. <!-- /wp:columns -->
  42. <!-- wp:spacer {"height":90} -->
  43. <div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
  44. <!-- /wp:spacer -->
  45. <!-- wp:post-comments /-->
  46. </div>
  47. <!-- /wp:group -->
  48. </main>
  49. <!-- /wp:group -->
  50. <!-- wp:template-part {"slug":"footer","className":"site-footer-container"} /-->