big-header.php 840 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Title: Big Header
  4. * Slug: programme/big-header
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"style":{"spacing":{"blockGap":"0px"}}} -->
  9. <div class="wp-block-group">
  10. <!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"0.9"}}} -->
  11. <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>
  12. <!-- /wp:heading -->
  13. <!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"0.9"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary"} -->
  14. <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>
  15. <!-- /wp:heading --></div>
  16. <!-- /wp:group -->