Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
+++
|
||||
title = "Search"
|
||||
description = "Search for a specific post or topic"
|
||||
+++
|
||||
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<div id="search"></div>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true });
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user