header.php 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /**
  3. * Title: Header
  4. * Slug: indice/header
  5. * Categories: header
  6. * Block Types: core/template-part/header
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"default"}} -->
  10. <div class="wp-block-group">
  11. <!-- wp:site-title /-->
  12. <!-- wp:spacer {"height":"36px"} -->
  13. <div style="height:36px" aria-hidden="true" class="wp-block-spacer"></div>
  14. <!-- /wp:spacer -->
  15. </div>
  16. <!-- /wp:group -->
  17. <!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0"}},"layout":{"type":"default"}} -->
  18. <div class="wp-block-group" style="margin-top:0;margin-bottom:0">
  19. <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical","flexWrap":"wrap"}} /-->
  20. <!-- wp:spacer {"height":"42px"} -->
  21. <div style="height:42px" aria-hidden="true" class="wp-block-spacer"></div>
  22. <!-- /wp:spacer -->
  23. <!-- wp:site-tagline /-->
  24. <!-- wp:paragraph -->
  25. <p><a href="#" target="_blank" rel="noreferrer noopener"><?php echo esc_html__( 'Tumblr', 'indice' ); ?> &nearr;</a></p>
  26. <!-- /wp:paragraph -->
  27. </div>
  28. <!-- /wp:group -->