single.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: single
  5. * Slug: vows/single
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"0px","left":"0px"}}}} -->
  11. <div class="wp-block-columns"><!-- wp:column {"width":"40%"} -->
  12. <div class="wp-block-column" style="flex-basis:40%"><!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
  13. <div class="wp-block-group"><!-- wp:template-part {"slug":"header","tagName":"header"} /--></div>
  14. <!-- /wp:group --></div>
  15. <!-- /wp:column -->
  16. <!-- wp:column {"width":"60%"} -->
  17. <div class="wp-block-column" style="flex-basis:60%"><!-- wp:group {"style":{"spacing":{"blockGap":"0"},"dimensions":{"minHeight":"100vh"},"background":{"backgroundImage":{"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/groovepaper.png","source":"file","title":"groovepaper"},"backgroundSize":"300px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} -->
  18. <div class="wp-block-group" style="min-height:100vh"><!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"}}},"layout":{"type":"constrained"}} -->
  19. <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--80)"><!-- wp:group {"layout":{"type":"constrained","justifyContent":"center"}} -->
  20. <div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  21. <div class="wp-block-group"><!-- wp:site-title /-->
  22. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|70"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  23. <div class="wp-block-group"><!-- wp:post-title {"level":1} /-->
  24. <!-- wp:post-content {"lock":{"move":false,"remove":false},"layout":{"type":"constrained","justifyContent":"center"}} /--></div>
  25. <!-- /wp:group --></div>
  26. <!-- /wp:group --></div>
  27. <!-- /wp:group --></main>
  28. <!-- /wp:group -->
  29. <!-- wp:template-part {"slug":"footer","area":"footer"} /--></div>
  30. <!-- /wp:group --></div>
  31. <!-- /wp:column --></div>
  32. <!-- /wp:columns -->