mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-01-10 20:01:46 +08:00
Update 3 files
- /js/simple-jekyll-search.min.js - /README.md - /search.html
This commit is contained in:
@ -27,7 +27,6 @@ Powered by [Jekyll](https://github.com/jekyll/jekyll)
|
|||||||
|
|
||||||
[网易云音乐](https://music.163.com/)
|
[网易云音乐](https://music.163.com/)
|
||||||
[CDNJS](https://cdnjs.com/)
|
[CDNJS](https://cdnjs.com/)
|
||||||
[unpkg](https://unpkg.com/)
|
|
||||||
|
|
||||||
## 版权声明
|
## 版权声明
|
||||||
未经作者同意,请勿转载
|
未经作者同意,请勿转载
|
||||||
|
|||||||
6
js/simple-jekyll-search.min.js
vendored
Normal file
6
js/simple-jekyll-search.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -4,12 +4,9 @@ title: 搜索
|
|||||||
---
|
---
|
||||||
|
|
||||||
<h1>搜索</h1>
|
<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>
|
<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>
|
<ul id="results-container"></ul>
|
||||||
|
<script src="/js/simple-jekyll-search.min.js"></script>
|
||||||
<!-- or without installing anything -->
|
|
||||||
<script src="https://unpkg.com/simple-jekyll-search@latest/dest/simple-jekyll-search.min.js"></script>
|
|
||||||
<script>
|
<script>
|
||||||
function getQueryVariable(variable)
|
function getQueryVariable(variable)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user