summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/twentytwentythree/templates/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/twentytwentythree/templates/single.html')
-rw-r--r--wp-content/themes/twentytwentythree/templates/single.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/wp-content/themes/twentytwentythree/templates/single.html b/wp-content/themes/twentytwentythree/templates/single.html
new file mode 100644
index 0000000..33d4dd4
--- /dev/null
+++ b/wp-content/themes/twentytwentythree/templates/single.html
@@ -0,0 +1,18 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|50"}}}} -->
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--50)">
+ <!-- wp:group {"layout":{"type":"constrained"}} -->
+ <div class="wp-block-group">
+ <!-- wp:post-featured-image {"overlayColor":"contrast","dimRatio":50,"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50","top":"calc(-1 * var(--wp--preset--spacing--50))"}}}} /-->
+ <!-- wp:post-title {"level":1,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} /-->
+ </div>
+ <!-- /wp:group -->
+
+ <!-- wp:post-content {"layout":{"type":"constrained"}} /-->
+ <!-- wp:template-part {"slug":"post-meta"} /-->
+ <!-- wp:template-part {"slug":"comments","tagName":"section"} /-->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->