Browse Source

Removed group block wrapping query pagination which was causing problems. (#6354)

Jason Crist 2 years ago
parent
commit
e6f3f07f80
1 changed files with 0 additions and 4 deletions
  1. 0 4
      blockbase/templates/index.html

+ 0 - 4
blockbase/templates/index.html

@@ -15,8 +15,6 @@
 </div>
 <!-- /wp:group -->
 <!-- /wp:post-template -->
-<!-- wp:group {"layout":{"inherit":true}} -->
-	<div class="wp-block-group">
 	<!-- wp:query-pagination -->
 		<!-- wp:query-pagination-previous /-->
 
@@ -24,8 +22,6 @@
 
 		<!-- wp:query-pagination-next /-->
 	<!-- /wp:query-pagination -->
-	</div>
-	<!-- /wp:group -->
 </main>
 <!-- /wp:query -->