Browse Source

Pendant: Removed page title and top gap (#5855)

Jason Crist 3 years ago
parent
commit
729b0ba2d5
1 changed files with 5 additions and 14 deletions
  1. 5 14
      pendant/templates/page.html

+ 5 - 14
pendant/templates/page.html

@@ -1,25 +1,16 @@
 
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
 
-<!-- wp:group {"layout":{"inherit":true}} -->
-<div class="wp-block-group">
-<!-- wp:post-title /-->
-</div>
-<!-- /wp:group -->
-
-<!-- wp:group {"tagName":"main"} -->
-<main class="wp-block-group">
-<!-- wp:post-featured-image {"align":"full"} /-->
-
-<!-- wp:post-content {"layout":{"inherit":true}} /-->
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0"}}}} -->
+<main class="wp-block-group" style="margin-top:0">
+    <!-- wp:post-featured-image {"align":"full"} /-->
+    <!-- wp:post-content {"layout":{"inherit":true}} /-->
 </main>
 <!-- /wp:group -->
 
+
 <!-- wp:group {"layout":{"inherit":true}} -->
 <div class="wp-block-group">
-    <!-- wp:spacer {"height":60} -->
-    <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
-    <!-- /wp:spacer -->
     <!-- wp:post-comments /-->
 </div>
 <!-- /wp:group -->