Skip to content

Commit

Permalink
Merge pull request #187 from WordPress/tt1-remove-theme-atribute
Browse files Browse the repository at this point in the history
TT1 Blocks, remove theme attribute
  • Loading branch information
carolinan authored Feb 1, 2021
2 parents b5ddbf5 + c38fe90 commit f181c67
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tt1-blocks/block-templates/404.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- wp:template-part {"slug":"header","theme":"tt1-blocks","align":"full", "tagName":"header","className":"site-header"} /-->
<!-- wp:template-part {"slug":"header","align":"full","tagName":"header","className":"site-header"} /-->

<!-- wp:heading {"level":1,"align":"wide"} -->
<h1 class="alignwide">Nothing Here</h1>
Expand All @@ -22,4 +22,4 @@ <h1 class="alignwide">Nothing Here</h1>
<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:template-part {"slug":"footer","theme":"tt1-blocks","align":"full","tagName":"footer","className":"site-footer"} /-->
<!-- wp:template-part {"slug":"footer","align":"full","tagName":"footer","className":"site-footer"} /-->
4 changes: 2 additions & 2 deletions tt1-blocks/block-templates/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- wp:template-part {"slug":"header","theme":"tt1-blocks","align":"full", "tagName":"header","className":"site-header"} /-->
<!-- wp:template-part {"slug":"header","align":"full","tagName":"header","className":"site-header"} /-->

<!-- wp:query {"queryId":1,"query":{"perPage":"10","pages":"100","offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true}} -->

Expand Down Expand Up @@ -47,4 +47,4 @@

<!-- /wp:query -->

<!-- wp:template-part {"slug":"footer","theme":"tt1-blocks","align":"full","tagName":"footer","className":"site-footer"} /-->
<!-- wp:template-part {"slug":"footer","align":"full","tagName":"footer","className":"site-footer"} /-->
4 changes: 2 additions & 2 deletions tt1-blocks/block-templates/page-home.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- wp:template-part {"slug":"header","theme":"tt1-blocks","align":"full", "tagName":"header","className":"site-header"} /-->
<!-- wp:template-part {"slug":"header","align":"full","tagName":"header","className":"site-header"} /-->

<!-- wp:post-content /-->

<!-- wp:template-part {"slug":"footer","theme":"tt1-blocks","align":"full","tagName":"footer","className":"site-footer"} /-->
<!-- wp:template-part {"slug":"footer","align":"full","tagName":"footer","className":"site-footer"} /-->
4 changes: 2 additions & 2 deletions tt1-blocks/block-templates/page.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- wp:template-part {"slug":"header","theme":"tt1-blocks","align":"full", "tagName":"header","className":"site-header"} /-->
<!-- wp:template-part {"slug":"header","align":"full","tagName":"header","className":"site-header"} /-->

<!-- wp:post-title {"level":1,"align":"wide"} /-->

Expand All @@ -14,4 +14,4 @@
<!-- wp:post-comments /-->
<!-- wp:post-comments-form /-->

<!-- wp:template-part {"slug":"footer","theme":"tt1-blocks","align":"full","tagName":"footer","className":"site-footer"} /-->
<!-- wp:template-part {"slug":"footer","align":"full","tagName":"footer","className":"site-footer"} /-->
4 changes: 2 additions & 2 deletions tt1-blocks/block-templates/single.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- wp:template-part {"slug":"header","theme":"tt1-blocks","align":"full", "tagName":"header","className":"site-header"} /-->
<!-- wp:template-part {"slug":"header","align":"full","tagName":"header","className":"site-header"} /-->

<!-- wp:post-title {"level":1,"align":"wide"} /-->

Expand Down Expand Up @@ -40,4 +40,4 @@
<!-- wp:post-comments /-->
<!-- wp:post-comments-form /-->

<!-- wp:template-part {"slug":"footer","theme":"tt1-blocks","align":"full","tagName":"footer","className":"site-footer"} /-->
<!-- wp:template-part {"slug":"footer","align":"full","tagName":"footer","className":"site-footer"} /-->

0 comments on commit f181c67

Please sign in to comment.