www.byjp.me/layouts/shortcodes/sitesearch.html
2023-09-13 08:09:38 +01:00

12 lines
420 B
HTML

<link href="/search/pagefind-ui.css" rel="stylesheet" />
<style>.pagefind-ui__drawer { flex-direction: row-reverse !important }</style>
<script src="/search/pagefind-ui.js" type="text/javascript"></script>
<div id="search"></div>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
new PagefindUI({
element: "#search",
showEmptyFilters: false,
});
});
</script>