footer.php 484 B

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