diff options
Diffstat (limited to 'wp-content/themes/twentytwentyfour/parts/header.html')
-rw-r--r-- | wp-content/themes/twentytwentyfour/parts/header.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/wp-content/themes/twentytwentyfour/parts/header.html b/wp-content/themes/twentytwentyfour/parts/header.html new file mode 100644 index 0000000..632900c --- /dev/null +++ b/wp-content/themes/twentytwentyfour/parts/header.html @@ -0,0 +1,22 @@ +<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"20px","bottom":"20px"}}},"backgroundColor":"base","layout":{"type":"constrained"}} --> +<div class="wp-block-group alignwide has-base-background-color has-background" + style="padding-top:20px;padding-bottom:20px"> + <!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} --> + <div class="wp-block-group alignwide"> + <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}},"layout":{"type":"flex"}} --> + <div class="wp-block-group"> + <!-- wp:site-logo {"width":60 } /--> + + <!-- wp:group {"style":{"spacing":{"blockGap":"0px"}}} --> + <div class="wp-block-group"> + <!-- wp:site-title {"level":0} /--> + </div> + <!-- /wp:group --> + </div> + <!-- /wp:group --> + + <!-- wp:navigation {"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}}} /--> + </div> + <!-- /wp:group --> +</div> +<!-- /wp:group -->
\ No newline at end of file |