hidden-index.php 1.2 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Title: Index
  4. * Slug: lowfi/hidden-index
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"background":{"backgroundImage":{"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/texture.png","source":"file","title":"texture"},"backgroundSize":"auto"},"dimensions":{"minHeight":"100vh"}},"layout":{"type":"default"}} -->
  10. <div class="wp-block-group alignfull" style="min-height:100vh">
  11. <!-- wp:template-part {"slug":"header","tagName":"header","align":"full"} /-->
  12. <!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
  13. <main class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
  14. <!-- wp:pattern {"slug":"lowfi/hidden-post-list"} /-->
  15. </main>
  16. <!-- /wp:group -->
  17. <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
  18. <div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px">
  19. <!-- wp:template-part {"slug":"footer","tagName":"footer","align":"full"} /-->
  20. </div>
  21. <!-- /wp:group -->
  22. </div>
  23. <!-- /wp:group -->