add themes
This commit is contained in:
19
chuck-theme/templates/no-title.html
Normal file
19
chuck-theme/templates/no-title.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-- wp:template-part {"slug":"header","tagName":"header","className":"site-header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
|
||||
<main
|
||||
class="wp-block-group"
|
||||
style="
|
||||
padding-top: var(--wp--preset--spacing--50);
|
||||
padding-bottom: var(--wp--preset--spacing--50);
|
||||
"
|
||||
>
|
||||
<!-- wp:post-content {"align":"full","layout":{"type":"constrained"}} /-->
|
||||
|
||||
<!-- wp:spacer {"height":"20px"} -->
|
||||
<div style="height: 20px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer"} /-->
|
Reference in New Issue
Block a user