search.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
  2. <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
  3. <main class="wp-block-group">
  4. <!-- wp:query-title {"type":"search","level":1} /-->
  5. <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} -->
  6. <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
  7. <!-- wp:search {"label":"Search","buttonText":"Search"} /-->
  8. <!-- wp:query {"queryId":0,"query":{"inherit":true,"perPage":10},"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-query">
  10. <!-- wp:post-template -->
  11. <!-- wp:group {"layout":{"type":"constrained"}} -->
  12. <div class="wp-block-group">
  13. <!-- wp:post-title {"level":2,"isLink":true} /-->
  14. <!-- wp:post-excerpt /-->
  15. </div>
  16. <!-- /wp:group -->
  17. <!-- /wp:post-template -->
  18. <!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
  19. <!-- wp:query-pagination-previous /-->
  20. <!-- wp:query-pagination-numbers /-->
  21. <!-- wp:query-pagination-next /-->
  22. <!-- /wp:query-pagination -->
  23. <!-- wp:query-no-results -->
  24. <!-- wp:paragraph -->
  25. <p>Nothing matched your search. Try different keywords.</p>
  26. <!-- /wp:paragraph -->
  27. <!-- /wp:query-no-results -->
  28. </div>
  29. <!-- /wp:query -->
  30. <!-- TIL search (removable): filled by js/til-search.js with Docusaurus /til hits -->
  31. <!-- wp:html -->
  32. <section id="dw-til-results" class="dw-til-results" hidden aria-live="polite"></section>
  33. <!-- /wp:html -->
  34. </div>
  35. <!-- /wp:group -->
  36. </main>
  37. <!-- /wp:group -->
  38. <!-- wp:template-part {"slug":"footer-full","tagName":"footer"} /-->