Skip to content

Commit

Permalink
Switch to using the Query Loop block in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Jul 14, 2020
1 parent a15c1b3 commit ab5cdc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion twentytwenty-blocks/block-templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<!-- /wp:group -->

<!-- wp:group {"align":"full","className":"site-content"} -->
<div class="wp-block-group alignfull site-content"><div class="wp-block-group__inner-container"><!-- wp:post-title /--><!-- wp:post-content /--></div></div>
<div class="wp-block-group alignfull site-content"><div class="wp-block-group__inner-container"><!-- wp:query-loop -->
<!-- wp:post-title /-->

<!-- wp:post-content /-->
<!-- /wp:query-loop --></div></div>
<!-- /wp:group -->

<!-- wp:group {"align":"full","className":"site-footer"} -->
Expand Down

0 comments on commit ab5cdc4

Please sign in to comment.