26 lines
934 B
PHP
26 lines
934 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: Writer Template
|
||
|
* Slug: twentytwentyfour/template-home-writer
|
||
|
* Template Types: front-page, index, home, page
|
||
|
* Viewport width: 1400
|
||
|
* Inserter: no
|
||
|
*/
|
||
|
?>
|
||
|
|
||
|
<!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
|
||
|
<div class="wp-block-group">
|
||
|
<!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|
||
|
|
||
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"},"tagName":"main"} -->
|
||
|
<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
|
||
|
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfour/page-writer-home"} /-->
|
||
|
|
||
|
</main>
|
||
|
<!-- /wp:group -->
|
||
|
|
||
|
<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
|