summaryrefslogtreecommitdiff
path: root/search.html
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-04-26 15:52:27 +0200
committermayx <mayx@outlook.com>2025-04-26 15:52:27 +0200
commit6d145383f59730b2ed1f6e79071cb28b6b76706d (patch)
tree02726c4339b2accccf59643686bd28d29714a1b9 /search.html
parent9669d10f5c5c9032421ad7f4c905b61bd423fc3b (diff)
Update 4 files
- /_layouts/default.html - /_layouts/post.html - /index.html - /search.html
Diffstat (limited to 'search.html')
-rw-r--r--search.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/search.html b/search.html
index df3cadc..dec9593 100644
--- a/search.html
+++ b/search.html
@@ -4,6 +4,10 @@ title: 搜索
---
<h1>搜索</h1>
+<!--[if IE]>
+ <p>很遗憾,IE搜不了捏~</p>
+<![endif]-->
+<!--[if !IE]> -->
<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="/assets/js/simple-jekyll-search.min.js"></script>
@@ -26,3 +30,4 @@ getSearchJSON(function(json){
document.getElementById('search-loading').style.display = "none";
});
</script>
+<!-- <![endif]--> \ No newline at end of file