diff options
Diffstat (limited to 'wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php')
-rw-r--r-- | wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php b/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php new file mode 100644 index 0000000..b810186 --- /dev/null +++ b/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php @@ -0,0 +1,23 @@ +<?php +/** + * Title: Blogging index template + * Slug: twentytwentyfour/template-index-blogging + * Template Types: index, home + * Viewport width: 1400 + * Inserter: no + */ +?> + +<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /--> + +<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"constrained"}} --> +<main class="wp-block-group" style="margin-top:0"> + <!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} --> + <h1 class="wp-block-heading" style="padding-top:var(--wp--preset--spacing--50);line-height:1"><?php esc_html_e( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h1> + <!-- /wp:heading --> + + <!-- wp:pattern {"slug":"twentytwentyfour/posts-1-col"} /--> +</main> +<!-- /wp:group --> + +<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /--> |