- Timestamp:
- 10/07/2024 06:07:57 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php
r59146 r59191 20 20 <!-- wp:image {"sizeSlug":"large","linkDestination":"none"} --> 21 21 <figure class="wp-block-image size-large"> 22 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/hero-podcast.webp" alt="<?php echo esc_attr_x( 'Picture of a person', 'Alt text for hero image ', 'twentytwentyfive' ); ?>"/>22 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/hero-podcast.webp" alt="<?php echo esc_attr_x( 'Picture of a person', 'Alt text for hero image.', 'twentytwentyfive' ); ?>"/> 23 23 </figure> 24 24 <!-- /wp:image --> … … 30 30 <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:60%"> 31 31 <!-- wp:heading {"fontSize":"xx-large"} --> 32 <h2 class="wp-block-heading has-xx-large-font-size"> The Stories Podcast</h2>32 <h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'The Stories Podcast', 'twentytwentyfive' ); ?></h2> 33 33 <!-- /wp:heading --> 34 34 … … 41 41 42 42 <!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase","letterSpacing":"1px","fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --> 43 <h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase"> Subscribe on your favorite platform</h3>43 <h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase"><?php esc_html_e( 'Subscribe on your favorite platform', 'twentytwentyfive' ); ?></h3> 44 44 <!-- /wp:heading --> 45 45
Note: See TracChangeset
for help on using the changeset viewer.