Skip to content

Commit

Permalink
Rework for WordPress 5.9 #35
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 21, 2022
1 parent fca5344 commit f152fdb
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions block-templates/front-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<div class="WP_DEBUG">front-page.html</div>
<!-- /wp:html -->

<!-- wp:template-part {"slug":"header","theme":"thisis","layout":{"inherit":false,"contentSize":"100%"}} /-->
<!-- wp:template-part {"slug":"header","theme":"thisis"} /-->

<!-- wp:group {"backgroundColor":"site-header-background","layout":{"inherit":true}} -->
<div class="wp-block-group has-site-header-background-background-color has-background"><!-- wp:cover {"overlayColor":"current-menu","minHeight":100,"minHeightUnit":"vh","contentPosition":"top center","align":"full"} -->
<div class="wp-block-cover alignfull has-current-menu-background-color has-background-dim has-custom-content-position is-position-top-center" style="min-height:100vh"><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","style":{"typography":{"fontSize":"52px"}}} -->
<div class="wp-block-cover alignfull has-custom-content-position is-position-top-center" style="min-height:100vh"><span aria-hidden="true" class="has-current-menu-background-color has-background-dim-100 wp-block-cover__gradient-background has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","style":{"typography":{"fontSize":"52px"}}} -->
<p class="has-text-align-center" style="font-size:52px"><strong><span style="color:#1a1a2a" class="has-inline-color">F</span></strong>ull <strong><span style="color:#1a1a2a" class="has-inline-color">S</span></strong>ite <strong><span style="color:#1a1a2a" class="has-inline-color">E</span></strong>diting <br>blocks and themes</p>
<!-- /wp:paragraph -->

Expand All @@ -20,11 +20,20 @@
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:template-part {"slug":"main-body","theme":"thisis","layout":{"inherit":false,"contentSize":"100%"}} /-->
<!-- wp:template-part {"slug":"main-body","theme":"thisis"} /-->

<!-- wp:template-part {"slug":"latest-posts","theme":"thisis","tagName":"section","backgroundColor":"very-light-gray"} /-->
<!-- wp:template-part {"slug":"latest-posts","theme":"thisis","tagName":"section"} /-->

<!-- wp:template-part {"slug":"category-tag-clouds","theme":"thisis","tagName":"section"} /-->

<!-- wp:template-part {"slug":"footer","theme":"thisis","style":{"color":{"background":"#f7f7f7"}},"textColor":"foreground","layout":{"inherit":true}} /-->
<!-- wp:template-part {"slug":"footer","theme":"thisis"} /-->

<!-- wp:paragraph {"align":"left"} -->
<p class="has-text-align-left">[cloned]</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"align":"left"} -->
<p class="has-text-align-left">[clone]</p>
<!-- /wp:paragraph -->

<!-- wp:template-part {"slug":"post-footer-stuff","theme":"thisis"} /-->

0 comments on commit f152fdb

Please sign in to comment.