chore: search fix
This commit is contained in:
parent
98708877b8
commit
70caf3eb21
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ meta:
|
|||
}
|
||||
</style>
|
||||
<div id="search" class="search"></div>
|
||||
<script src="https://coryd.dev/_pagefind/pagefind-ui.js" onload="new PagefindUI({ element: '#search', showImages: false, processTerm: (term) => {try{clicky.log('/search',term,'pageview');}catch(e){}}});"></script>
|
||||
<script src="https://coryd.dev/_pagefind/pagefind-ui.js" onload="new PagefindUI({ element: '#search', showImages: false})"></script>
|
||||
{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %}
|
Reference in a new issue