feat: optimize component js post-build + new youtube component
This commit is contained in:
parent
e4bde98686
commit
ecb23daebf
20 changed files with 59 additions and 175 deletions
|
@ -11,10 +11,10 @@ image: /assets/img/ogi/search.jpg
|
|||
{% render "../assets/styles/components/pagefind.css" %}
|
||||
{% endcapture %}
|
||||
<style>{{ css }}</style>
|
||||
<pagefind-search _show_images="false">
|
||||
<pagefind-search _show_images="false" _show_empty_filters="false">
|
||||
<form action="https://duckduckgo.com/" method="get" style="min-height: 3.2em;">
|
||||
<label>
|
||||
<input placeholder="Search" type="search" name="q" autocomplete="off" autofocus>
|
||||
<input class="pagefind__placeholder" placeholder="Search" type="search" name="q" autocomplete="off" autofocus>
|
||||
</label>
|
||||
<input type="hidden" placeholder="Search" name="sites" value="coryd.dev">
|
||||
</form>
|
||||
|
|
Reference in a new issue