footer.php 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: muscat/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"80px","bottom":"30px"}}}} -->
  10. <div class="wp-block-group alignfull" style="padding-top:80px;padding-bottom:30px">
  11. <!-- wp:spacer {"height":"80px"} -->
  12. <div style="height:80px" aria-hidden="true" class="wp-block-spacer"></div>
  13. <!-- /wp:spacer -->
  14. <!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"0.8rem","letterSpacing":"-0.2px"}}} -->
  15. <p class="has-text-align-center" style="font-size:0.8rem;letter-spacing:-0.2px">
  16. <?php
  17. /* Translators: WordPress link. */
  18. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'muscat' ) ) . '" rel="nofollow">WordPress</a>';
  19. echo sprintf(
  20. esc_html__( 'Designed with %1$s', 'muscat' ),
  21. $wordpress_link
  22. );
  23. ?>
  24. </p>
  25. <!-- /wp:paragraph -->
  26. </div>
  27. <!-- /wp:group -->