Browse Source

Merge pull request #5757 from PeterNdomano/pendant-template-single-post

Pendant template single post
Jason Crist 3 years ago
parent
commit
0f48c4cab2
1 changed files with 9 additions and 7 deletions
  1. 9 7
      pendant/templates/single.html

+ 9 - 7
pendant/templates/single.html

@@ -1,18 +1,20 @@
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
 
 
 <!-- wp:group {"layout":{"inherit":true}} -->
 <!-- wp:group {"layout":{"inherit":true}} -->
-<div class="wp-block-group">
-<!-- wp:post-title /-->
+<div class="wp-block-group has-text-align-center">
+    <!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"14px","fontWeight":"700","textTransform":"uppercase"}}} /-->
+    <!-- wp:post-featured-image /-->
+    <!-- wp:post-title  /-->
+    <!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"14px", "fontWeight":"700"}}} /-->
 </div>
 </div>
 <!-- /wp:group -->
 <!-- /wp:group -->
 
 
 <!-- wp:group {"tagName":"main"} -->
 <!-- wp:group {"tagName":"main"} -->
 <main class="wp-block-group">
 <main class="wp-block-group">
-<!-- wp:post-featured-image {"align":"full"} /-->
-
-<!-- wp:post-content {"layout":{"inherit":true}} /-->
-
-<!-- wp:template-part {"slug":"post-meta"} /-->
+    <!-- wp:spacer {"height":20} -->
+    <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
+    <!-- /wp:spacer -->
+    <!-- wp:post-content {"layout":{"inherit":true}} /-->
 </main>
 </main>
 <!-- /wp:group -->
 <!-- /wp:group -->