sidebar.php 962 B

1234567891011121314151617181920212223242526
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: sidebar
  5. * Slug: trailblazer/sidebar
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:group {"layout":{"type":"constrained"}} -->
  11. <div class="wp-block-group"><!-- wp:heading {"level":3} -->
  12. <h3 class="wp-block-heading"><?php echo __('Get updates', 'trailblazer');?></h3>
  13. <!-- /wp:heading -->
  14. <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  15. <div class="wp-block-group"><!-- wp:paragraph -->
  16. <p><?php echo __('From art exploration to the latest archeological findings, all here in our weekly newsletter.', 'trailblazer');?></p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:buttons -->
  19. <div class="wp-block-buttons"><!-- wp:button -->
  20. <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php echo __('Subscribe', 'trailblazer');?></a></div>
  21. <!-- /wp:button --></div>
  22. <!-- /wp:buttons --></div>
  23. <!-- /wp:group --></div>
  24. <!-- /wp:group -->