ソースを参照

Livro: fix closing main tags in index and home templates (#6420)

* Update Livro home template

* Update Livro index template
Sarah Norris 2 年 前
コミット
de337b7adc
2 ファイル変更8 行追加15 行削除
  1. 4 6
      livro/templates/home.html
  2. 4 9
      livro/templates/index.html

+ 4 - 6
livro/templates/home.html

@@ -1,19 +1,17 @@
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
 
-<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"main"} -->
+<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"main","displayLayout":{"type":"list"}} -->
 <main class="wp-block-query"><!-- wp:post-template -->
 <!-- wp:template-part {"slug":"post"} /-->
 <!-- /wp:post-template -->
 
 <!-- wp:group {"layout":{"inherit":true}} -->
-<div class="wp-block-group">
-<!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
+<div class="wp-block-group"><!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
 <!-- wp:query-pagination-previous {"fontSize":"small"} /-->
 <!-- wp:query-pagination-numbers /-->
 <!-- wp:query-pagination-next {"fontSize":"small"} /-->
-<!-- /wp:query-pagination --></main>
+<!-- /wp:query-pagination --></div>
+<!-- /wp:group --></main>
 <!-- /wp:query -->
-</div>
-<!-- /wp:group -->
 
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 4 - 9
livro/templates/index.html

@@ -1,22 +1,17 @@
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
 
-<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"main"} -->
+<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"main","displayLayout":{"type":"list"}} -->
 <main class="wp-block-query"><!-- wp:post-template -->
 <!-- wp:template-part {"slug":"post"} /-->
 <!-- /wp:post-template -->
 
 <!-- wp:group {"layout":{"inherit":true}} -->
-<div class="wp-block-group">
-<!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
+<div class="wp-block-group"><!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
 <!-- wp:query-pagination-previous {"fontSize":"small"} /-->
 <!-- wp:query-pagination-numbers /-->
 <!-- wp:query-pagination-next {"fontSize":"small"} /-->
-<!-- /wp:query-pagination --></main>
-<!-- /wp:query -->
-</div>
-<!-- /wp:group -->
-
-</main>
+<!-- /wp:query-pagination --></div>
+<!-- /wp:group --></main>
 <!-- /wp:query -->
 
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->