Changeset 59233 for trunk/src/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php
- Timestamp:
- 10/14/2024 09:56:32 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php
r59191 r59233 3 3 * Title: Link in bio with tight margins 4 4 * Slug: twentytwentyfive/page-link-in-bio-with-tight-margins 5 * Categories: twentytwentyfive_page, banner , featured5 * Categories: twentytwentyfive_page, banner 6 6 * Keywords: starter 7 7 * Block Types: core/post-content … … 27 27 <img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Black and white photo focusing on a woman and a child from afar.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-image.webp" data-object-fit="cover"/><div class="wp-block-cover__inner-container"> 28 28 29 <!-- wp: paragraph {"align":"center","fontSize":"large"} -->30 < p class="has-text-align-center has-large-font-size"></p>31 <!-- /wp: paragraph-->29 <!-- wp:spacer {"height":"var:preset|spacing|20"} --> 30 <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div> 31 <!-- /wp:spacer --> 32 32 </div></div> 33 33 <!-- /wp:cover -->
Note: See TracChangeset
for help on using the changeset viewer.