Update 3 files

- /js/simple-jekyll-search.min.js
- /README.md
- /search.html
This commit is contained in:
mayx
2025-03-31 08:38:08 +00:00
parent e7bc272a81
commit 82d6628c12
3 changed files with 7 additions and 5 deletions

View File

@@ -4,12 +4,9 @@ title: 搜索
---
<h1>搜索</h1>
<!-- HTML elements for search -->
<p>Keyword: <input type="text" id="search-input" placeholder="Search blog posts.."> <img src="/images/loading.svg" id="search-loading" style="width:22px;vertical-align: bottom"></p>
<ul id="results-container"></ul>
<!-- or without installing anything -->
<script src="https://unpkg.com/simple-jekyll-search@latest/dest/simple-jekyll-search.min.js"></script>
<script src="/js/simple-jekyll-search.min.js"></script>
<script>
function getQueryVariable(variable)
{