footer.php 814 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Title: footer
  4. * Slug: onyxpulse/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. * Viewport width: 1600
  8. */
  9. declare( strict_types = 1 );
  10. ?>
  11. <!-- wp:group {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|80"},"padding":{"right":"var:preset|spacing|30","left":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
  12. <div class="wp-block-group" style="margin-bottom:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">
  13. <!-- wp:paragraph {"lock":{"move":false,"remove":true},"className":"no-underline"} -->
  14. <p class="no-underline"><?php echo __('Designed with <a href="https://wordpress.org" rel="nofollow">WordPress</a>', 'onyxpulse');?></p>
  15. <!-- /wp:paragraph -->
  16. </div>
  17. <!-- /wp:group -->