瀏覽代碼

Merge pull request #3730 from Automattic/fix-frontpage-layout

Mayland Blocks: Fix the layout of the frontpage template
Ben Dwyer 4 年之前
父節點
當前提交
70440222d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mayland-blocks/block-templates/front-page.html

+ 1 - 1
mayland-blocks/block-templates/front-page.html

@@ -1,5 +1,5 @@
 <!-- wp:template-part {"slug":"header","align":"full", "tagName":"header","className":"site-header"} /-->
 <!-- wp:template-part {"slug":"header","align":"full", "tagName":"header","className":"site-header"} /-->
 
 
-<!-- wp:post-content /-->
+<!-- wp:post-content {"layout":{"inherit":true}} /-->
 
 
 <!-- wp:template-part {"slug":"footer","align":"full","tagName":"footer","className":"site-footer"} /-->
 <!-- wp:template-part {"slug":"footer","align":"full","tagName":"footer","className":"site-footer"} /-->