@@ -0,0 +1,16 @@
+<?php
+/**
+ * Title: Front Page
+ * Slug: loudness/front-page
+ */
+?>
+
+if ( 'posts' === get_option( 'show_on_front' ) ) {
+ // Show query
+ echo( '<!-- wp:pattern {"slug":"loudness/posts-list"} /-->' );
+} else {
+ // show content
+ echo( '<!-- wp:post-content {"tagName":"main","layout":{"inherit":true},"lock":{"move":false,"remove":true}} /-->' );
+}
@@ -7,7 +7,7 @@
</div>
<!-- /wp:group -->
- <!-- wp:post-content {"tagName":"main","layout":{"inherit":true},"lock":{"move":false,"remove":true}} /-->
+ <!-- wp:pattern {"slug":"loudness/front-page"} /-->