Skip to content
Snippets Groups Projects
Commit 5603dd33 authored by alexisben's avatar alexisben
Browse files

cleanup

parent 1ecb9938
No related branches found
No related tags found
No related merge requests found
// const pagefind = await import("/pagefind/pagefind.js");
// await pagefind.options({
// baseUrl: "/",
// // ... more search options
// });
// console.log(pagefind)
class Search {
constructor(button, pageFind) {
this.state = {
......
......@@ -82,7 +82,7 @@
{{ if site.Params.search.active }}
{{ with $pagefindImage }}
<meta property="pagefind:image" content="" data-pagefind-meta='image:{{ . }}'>
<meta property="pagefind:image" content="" data-pagefind-meta="image:{{ . }}">
{{ end }}
{{ end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment