chore: minor search tweak
This commit is contained in:
parent
caa49cf69e
commit
bad838c329
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,7 @@ description: "Search through and find the posts on my site."
|
||||||
layout: default
|
layout: default
|
||||||
permalink: /search.html
|
permalink: /search.html
|
||||||
---
|
---
|
||||||
|
<script type="module" src="/assets/scripts/pagefind-search.js"></script>
|
||||||
{% capture css %}
|
{% capture css %}
|
||||||
{% render "../assets/styles/widgets/forms.css" %}
|
{% render "../assets/styles/widgets/forms.css" %}
|
||||||
{% render "../assets/styles/widgets/pagefind.css" %}
|
{% render "../assets/styles/widgets/pagefind.css" %}
|
||||||
|
@ -19,5 +20,4 @@ permalink: /search.html
|
||||||
<input type="hidden" placeholder="Search" name="sites" value="coryd.dev">
|
<input type="hidden" placeholder="Search" name="sites" value="coryd.dev">
|
||||||
</form>
|
</form>
|
||||||
</pagefind-search>
|
</pagefind-search>
|
||||||
{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %}
|
{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %}
|
||||||
<script type="module" src="/assets/scripts/pagefind-search.js" defer></script>
|
|
Reference in a new issue