123456789101112131415161718 |
- <?php
- /**
- * Title: Big Header
- * Slug: programme/big-header
- * Inserter: no
- */
- ?>
- <!-- wp:group {"style":{"spacing":{"blockGap":"0px"}}} -->
- <div class="wp-block-group">
- <!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"0.9"}}} -->
- <h1 class="wp-block-heading" style="line-height:0.9"><a href="<?php echo home_url(); ?>"><?php echo esc_html__( 'Little Theatre', 'programme' ); ?></a></h1>
- <!-- /wp:heading -->
- <!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"0.9"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary"} -->
- <h1 class="wp-block-heading has-primary-color has-text-color has-link-color" style="line-height:0.9"><a href="<?php echo home_url(); ?>"><?php echo esc_html__( 'of Mainland', 'programme' ); ?></a></h1>
- <!-- /wp:heading --></div>
- <!-- /wp:group -->
|