layout | title | subtitle | header_type | excerpt | permalink | robots | sitemap | reload |
---|---|---|---|---|---|---|---|---|
minimal |
404 |
Page not found |
none |
Page not found |
/404.html |
noindex |
false |
true |
Perhaps you're looking for ?
{{ site.search.label | default: 'Search' }}
{%- if site.search.provider == "lunr" -%} {%- include search/lunr.html -%} {% elsif site.search.provider == "google" %} {%- include search/google.html -%} {% elsif site.search.provider == "algolia" %} {%- include search/algolia.html -%} {% elsif site.search.provider == "simplesearch" %} {%- include search/simplesearch.html -%} {% elsif site.search.provider == "fusejs" %} {%- include search/fusejs.html -%} {%- endif -%}{% if site.search.provider %}
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" crossorigin="anonymous"></script>{% endif %}
{%- if site.search.provider == "lunr" -%}
<style> @import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300&display=swap'); .lunr { font-family: 'Heebo', sans-serif; background-color: black; color: white; } </style> <script src="https://unpkg.com/lunr/lunr.min.js"></script> <script src="{{ '/assets/js/lunr/lunr-store.js' | absolute_url }}"></script> <script src="{{ '/assets/js/lunr/lunr-search.js' | absolute_url }}"></script>{% endif %} {%- if site.search.provider == "algolia" -%}
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js"></script> <script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4"></script> <script src="{{ '/assets/js/algolia/algolia-search.js' | absolute_url }}"></script>{% endif %} {%- if site.search.provider == "google" -%}
<script src="{{ '/assets/js/google/google-search.js' | absolute_url }}"></script>{% endif %} {%- if site.search.provider == "fusejs" -%}
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fuse.min.js"></script> <script src="{{ '/assets/js/fusejs/fusejs-store.js' | absolute_url }}"></script> <script src="{{ '/assets/js/fusejs/fusejs-search.min.js' | absolute_url }}"></script>{% endif %}