title | permalink |
---|---|
404 |
/404.html |
Try searching the whole site for the content you want: {:.center}
{% include link.html type="search" link="" icon="" style="button" %} {:.center} <script> const onInput = (target) => { const google = "https://www.google.com/search?q=site:"; const site = "{{ '' | absolute_url }}"; const query = target.value; target.nextElementSibling.href = google + site + " " + query; }; </script>