footer.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: lois/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group"><!-- wp:spacer {"height":"3rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  11. <div style="margin-top:0px;margin-bottom:0px;height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
  12. <!-- /wp:spacer -->
  13. <!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"spacing":{}}} -->
  14. <div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"66.7%","layout":{"type":"default"}} -->
  15. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.7%"><!-- wp:group {"style":{"spacing":{"blockGap":"2.5rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
  16. <div class="wp-block-group"><!-- wp:site-title {"style":{"typography":{"lineHeight":"1.4","letterSpacing":"4px","textTransform":"uppercase"}},"fontSize":"small","fontFamily":"figtree"} /--></div>
  17. <!-- /wp:group --></div>
  18. <!-- /wp:column -->
  19. <!-- wp:column {"verticalAlignment":"center","width":"33.3%"} -->
  20. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.3%"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"small","fontFamily":"libre-franklin"} -->
  21. <p class="has-text-align-left has-libre-franklin-font-family has-small-font-size" style="font-style:normal;font-weight:700">
  22. <?php
  23. /* Translators: WordPress link. */
  24. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'lois' ) ) . '" rel="nofollow">WordPress</a>';
  25. echo sprintf(
  26. esc_html__( 'Designed with %1$s', 'lois' ),
  27. $wordpress_link
  28. );
  29. ?>
  30. </p>
  31. <!-- /wp:paragraph --></div>
  32. <!-- /wp:column --></div>
  33. <!-- /wp:columns -->
  34. <!-- wp:spacer {"height":"12rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  35. <div style="margin-top:0px;margin-bottom:0px;height:12rem" aria-hidden="true" class="wp-block-spacer"></div>
  36. <!-- /wp:spacer --></div>
  37. <!-- /wp:group -->