summary refs log tree commit diff
path: root/search.html
diff options
context:
space:
mode:
authormayx2025-03-31 08:38:08 +0000
committermayx2025-03-31 08:38:08 +0000
commit82d6628c125d51de85cbcacca5308a31929a8143 (patch)
tree122aee618dc785dc6d380f24ed50e18c7dcc3a94 /search.html
parente7bc272a812ae518c76d0c3d76e4065f15b61ef2 (diff)
Update 3 files
- /js/simple-jekyll-search.min.js
- /README.md
- /search.html
Diffstat (limited to 'search.html')
-rw-r--r--search.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/search.html b/search.html
index 8f52ea8..1b01972 100644
--- a/search.html
+++ b/search.html
@@ -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)
 {