This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
sakura-hugo-theme/layouts/partials/stork.html
2022-07-17 17:03:23 -07:00

13 lines
339 B
HTML

<div class="stork-search">
<input data-stork="posts" placeholder="🔎 Search {{ .Site.Title }}...">
</div>
<div data-stork="posts-output"></div>
<link rel="stylesheet" href="/stork/stork.css">
<script src="/stork/stork.js"></script>
<script>
stork.initialize("/stork/stork.wasm");
stork.register(
"posts",
"/home.st"
);
</script>