- Timestamp:
- 10/03/2023 03:12:30 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/template-index-writer.php
r56716 r56764 2 2 /** 3 3 * Title: Writer Index Template 4 * Slug: twentytwentyfour/ index-writer4 * Slug: twentytwentyfour/template-index-writer 5 5 * Template Types: index, home 6 6 * Viewport width: 1400 … … 9 9 ?> 10 10 11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} --> 12 <div class="wp-block-group"> 13 <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /--> 14 </div> 15 <!-- /wp:group --> 11 <!-- wp:template-part {"slug":"header"} /--> 16 12 17 13 <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"default"}} --> … … 20 16 <div class="wp-block-group"> 21 17 <!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} --> 22 <h1 class="wp-block-heading" style="padding-top:var(--wp--preset--spacing--50);line-height:1"><?php e cho esc_html__( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h1>18 <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> 23 19 <!-- /wp:heading --> 24 20 </div> … … 28 24 <!-- /wp:group --> 29 25 30 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer" ,"theme":"twentytwentyfour"} /-->26 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
Note: See TracChangeset
for help on using the changeset viewer.