summaryrefslogtreecommitdiff
path: root/search.html
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-04-11 19:07:43 +0200
committermayx <mayx@outlook.com>2025-04-11 19:07:43 +0200
commit91dd8a34ea8487e21bdbfb25d906523ff627c926 (patch)
treedf434597e29784f71032a0f2046920b02f7399f7 /search.html
parentc7cabd991a2ca69cf00f4daf9a663de53deaf5d6 (diff)
Update 24 files
- /css/gitalk.css - /js/aes.js - /js/gitalk.min.js - /js/jquery.min.js - /js/main.js - /js/rss-feed-preview.js - /js/simple-jekyll-search.min.js - /assets/css/gitalk.css - /assets/js/rss-feed-preview.js - /assets/js/main.js - /assets/js/jquery.min.js - /assets/js/simple-jekyll-search.min.js - /assets/js/aes.js - /assets/js/gitalk.min.js - /assets/js/instant.page.js - /_layouts/post.html - /_layouts/encrypt.html - /_layouts/default.html - /search.html - /aes.html - /_posts/2025-04-08-feed.md - /links.md - /blogroll.opml - /jump.html
Diffstat (limited to 'search.html')
-rw-r--r--search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.html b/search.html
index 0f17864..df3cadc 100644
--- a/search.html
+++ b/search.html
@@ -6,7 +6,7 @@ title: 搜索
<h1>搜索</h1>
<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>
-<script src="/js/simple-jekyll-search.min.js"></script>
+<script src="/assets/js/simple-jekyll-search.min.js"></script>
<script>
const urlParams = new URLSearchParams(window.location.search);
const mykeyword = urlParams.get('keyword')?.trim();