Skip to content

Commit

Permalink
Update the single template to allow the header to be wide aligned whi…
Browse files Browse the repository at this point in the history
…le the content area allows full widths
  • Loading branch information
youknowriad committed Mar 22, 2021
1 parent 70a0783 commit b2fa32b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tt1-blocks/block-templates/single.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- wp:template-part {"slug":"header","align":"full","tagName":"header","className":"site-header","layout":{"inherit":true}} /-->

<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">
<!-- wp:post-title {"level":1,"align":"wide"} /-->

<!-- wp:separator {"align":"wide","className":"is-style-twentytwentyone-separator-thick"} -->
Expand All @@ -9,9 +11,13 @@
<!-- wp:spacer {"height":70} -->
<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
</div>
<!-- /wp:group -->

<!-- wp:post-content /-->
<!-- wp:post-content {"layout":{"inherit":true}} /-->

<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">
<!-- wp:spacer {"height":70} -->
<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
Expand Down Expand Up @@ -39,5 +45,7 @@
<!-- /wp:spacer -->

<!-- wp:post-comments /-->
</div>
<!-- /wp:group -->

<!-- wp:template-part {"slug":"footer","align":"full","tagName":"footer","className":"site-footer","layout":{"inherit":true}} /-->

0 comments on commit b2fa32b

Please sign in to comment.