add search
This commit is contained in:
parent
36554b5b7b
commit
bb3af95d19
5 changed files with 35 additions and 20 deletions
9
site/pages/search.njk
Normal file
9
site/pages/search.njk
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: base.njk
|
||||
permalink: search/index.html
|
||||
title: Search
|
||||
---
|
||||
<div class="searchCard">
|
||||
<div id="searchbox"></div>
|
||||
<script src="/pagefind/pagefind-ui.js" onload="new PagefindUI({ element: '#searchbox', showImages: false, resetStyles: false, autofocus: true });"></script>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue