footer.php 781 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Title: Footer
  4. * Slug: calyx/footer
  5. * Categories: featured
  6. */
  7. ?>
  8. <!-- wp:group {"layout":{"inherit":true,"type":"constrained"}} -->
  9. <div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"padding":{"top":"80px","bottom":"30px"}}}} -->
  10. <div class="wp-block-group" style="padding-top:80px;padding-bottom:30px"><!-- wp:paragraph {"align":"center","className":"has-small-font-size"} -->
  11. <p class="has-text-align-center has-small-font-size">
  12. <?php
  13. printf(
  14. /* Translators: WordPress.com link. */
  15. esc_html__( 'Proudly Powered by %s', 'calyx' ),
  16. '<a href="' . esc_url( __( 'https://wordpress.com', 'calyx' ) ) . '" rel="nofollow">WordPress.com</a>'
  17. );
  18. ?>
  19. </p><!-- /wp:paragraph -->
  20. </div>
  21. <!-- /wp:group -->
  22. </div>
  23. <!-- /wp:group -->