Skip to content

Commit

Permalink
Issue #44 - rework archive-block.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Apr 8, 2021
1 parent 0ab6cee commit 0867a3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion block-template-parts/a2z-pagination-block.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:paragraph -->
<!-- wp:paragraph { "layout":{"contentSize":"80%","wideSize":"90%"} } -->
<p>[bw_terms taxonomy=block_letters post_type=block]</p>
<!-- /wp:paragraph -->
13 changes: 8 additions & 5 deletions block-templates/archive-block.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<!-- wp:html -->
<div class="WP_DEBUG">archive-block.html</div>
<!-- /wp:html -->

<!-- wp:template-part {"slug":"header","theme":"fizzie"} /-->
<!-- wp:template-part {"slug":"header","theme":"fizzie", "align":"full","layout":{"inherit":true}, "tagName":"header" } /-->

<!-- wp:template-part {"slug":"a2z-pagination-block","theme":"fizzie"} /-->
<!-- wp:template-part {"slug":"a2z-pagination-block","theme":"fizzie","align":"wide","layout":{"contentSize":"80%","wideSize":"90%"}} /-->

<!-- wp:template-part {"slug":"breadcrumbs","theme":"fizzie","className":"breadcrumbs"} /-->
<!-- wp:template-part {"slug":"breadcrumbs","theme":"fizzie","className":"breadcrumbs","align":"wide","layout":{"contentSize":"80%","wideSize":"90%"}} /-->

<!-- wp:template-part {"slug":"archive-query","theme":"fizzie","tagName":"section","className":"archive"} /-->
<!-- wp:template-part {"slug":"archive-query","theme":"fizzie","tagName":"section","className":"archive", "layout":{"contentSize":"80%","wideSize":"90%"}} /-->

<!-- wp:template-part {"slug":"search","theme":"fizzie","layout":{"contentSize":"80%","wideSize":"90%"}} /-->

<!-- wp:template-part {"slug":"search","theme":"fizzie"} /-->

<!-- wp:template-part {"slug":"page-footer","theme":"fizzie"} /-->

Expand Down
3 changes: 1 addition & 2 deletions block-templates/front-page.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- wp:html -->
<div class="WP_DEBUG">front-page.html 1507</div>
<div class="WP_DEBUG">front-page.html</div>
<!-- /wp:html -->


<!-- wp:template-part{ "slug":"issue-39", "theme":"fizzie" } /-->

<!-- wp:template-part {"slug":"header","theme":"fizzie", "align":"full","layout":{"inherit":true}, "tagName":"header" } /-->
Expand Down

0 comments on commit 0867a3a

Please sign in to comment.