12345678910111213141516171819202122 |
- <?php
- /**
- * Title: Hero Post
- * Slug: vivre/hero-post
- * Categories: text
- */
- ?>
- <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"5rem","bottom":"2rem"}}}} -->
- <div class="wp-block-group alignfull" style="margin-top:5rem;margin-bottom:2rem"><!-- wp:post-terms {"term":"category","textAlign":"center"} /-->
- <!-- wp:post-title {"textAlign":"center","level":1,"style":{"typography":{"lineHeight":"0.8"},"spacing":{"margin":{"top":"3rem"}}},"className":"hero-post-title"} /-->
- <!-- wp:group {"align":"wide","layout":{"wideSize":"900px"}} -->
- <div class="wp-block-group alignwide"><!-- wp:post-excerpt {"textAlign":"center","moreText":"<?php echo esc_html__( 'Read more', 'vivre' ); ?>","style":{"spacing":{"padding":{"top":"1rem"}},"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"300","letterSpacing":"-0.02em"}},"className":"hero-post-excerpt"} /--></div>
- <!-- /wp:group -->
- <!-- wp:separator {"style":{"spacing":{"margin":{"top":"4rem"}}},"className":"alignfull"} -->
- <hr class="wp-block-separator has-alpha-channel-opacity alignfull" style="margin-top:4rem"/>
- <!-- /wp:separator --></div>
- <!-- /wp:group -->
|