footer.php 522 B

12345678910111213141516
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: Footer
  5. * Slug: dawson/footer
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","layout":{"type":"flex","justifyContent":"left","flexWrap":"wrap"}} -->
  10. <div class="wp-block-group alignfull">
  11. <!-- wp:paragraph {"style":{"typography":{"fontSize":"0.7rem"}}} -->
  12. <p style="font-size:0.7rem"><?php echo esc_html__( 'Designed with', 'dawson' ); ?> <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>
  13. <!-- /wp:paragraph -->
  14. </div>
  15. <!-- /wp:group -->