hidden-footer.php 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**
  3. * Title: Footer
  4. * Slug: lynx/hidden-footer
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"style":{"spacing":{"padding":{"top":"58px","right":"58px","bottom":"58px","left":"58px"}}},"layout":{"contentSize":"500px"}} -->
  9. <div class="wp-block-group" style="padding-top:58px;padding-right:58px;padding-bottom:58px;padding-left:58px"><!-- wp:pattern {"slug":"lettre/hidden-subscription-form"} /--></div>
  10. <!-- /wp:group -->
  11. <!-- wp:spacer {"height":"170px"} -->
  12. <div style="height:170px" aria-hidden="true" class="wp-block-spacer"></div>
  13. <!-- /wp:spacer -->
  14. <!-- wp:group {"layout":{"type":"flex","allowOrientation":false,"justifyContent":"space-between"}} -->
  15. <div class="wp-block-group"><!-- wp:paragraph {"fontSize":"x-small"} -->
  16. <p class="has-x-small-font-size">
  17. <?php
  18. printf(
  19. /* Translators: WordPress link. */
  20. esc_html__( 'Proudly powered by %s', 'lynx' ),
  21. '<a href="' . esc_url( __( 'https://wordpress.org', 'lynx' ) ) . '" rel="nofollow">WordPress</a>'
  22. )
  23. ?>
  24. </p>
  25. <!-- /wp:paragraph -->
  26. <!-- wp:site-title {"style":{"spacing":{"padding":{"top":"20px","bottom":"20px"}}},"fontSize":"x-small"} /--></div>
  27. <!-- /wp:group -->