Skip to content

Commit

Permalink
index.html: remove layout attributes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 8, 2022
1 parent a426ab9 commit 1eb7625
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@
<div class="WP_DEBUG">index.html</div>
<!-- /wp:html -->

<!-- wp:template-part {"slug":"header","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:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:post-title {"textAlign":"left","style":{"typography":{"fontFamily":"var:preset|font-family|opensans","lineHeight":"1.5"}},"textColor":"very-light-gray","fontSize":"large"} /--></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group"><!-- wp:group {"backgroundColor":"site-header-background"} -->
<div class="wp-block-group has-site-header-background-background-color has-background"><!-- wp:post-title {"textColor":"very-light-gray"} /--></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

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

<!-- wp:template-part {"slug":"query-pagination","tagName":"section","layout":{"inherit":true}} /-->
<!-- wp:template-part {"slug":"query-pagination","theme":"thisis","tagName":"section"} /-->

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

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

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

0 comments on commit 1eb7625

Please sign in to comment.