123456789101112131415161718192021222324252627282930313233 |
- <?php
- /**
- * Title: Page
- * Slug: lowfi/hidden-page
- * Inserter: no
- */
- declare( strict_types = 1 );
- ?>
- <!-- 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"}} -->
- <div class="wp-block-group alignfull" style="min-height:100vh">
- <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
- <!-- wp:group {"tagName":"main","align":"full","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"default"}} -->
- <main class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px">
- <!-- wp:group {"layout":{"type":"constrained"}} -->
- <div class="wp-block-group">
- <!-- wp:post-title {"level":1} /-->
- </div>
- <!-- /wp:group -->
- <!-- wp:post-content {"lock":{"move":false,"remove":true},"layout":{"type":"constrained","justifyContent":"center"}} /-->
- </main>
- <!-- /wp:group -->
- <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
- <div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px">
- <!-- wp:template-part {"slug":"footer","tagName":"footer","align":"full"} /-->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:group -->
|