mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
blog update
This commit is contained in:
parent
b5e66aa33d
commit
7838d5e859
46 changed files with 895 additions and 895 deletions
|
@ -7,7 +7,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="keyword" content="">
|
||||
<link rel="shortcut icon" href="/uWeb/img/favicon.ico">
|
||||
<link rel="shortcut icon" href="./img/favicon.ico">
|
||||
|
||||
<title>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
</title>
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="/uWeb/css/aircloud.css">
|
||||
<link rel="stylesheet" href="./css/aircloud.css">
|
||||
<link href="//at.alicdn.com/t/font_620856_pl6z7sid89qkt9.css" rel="stylesheet" type="text/css">
|
||||
<!-- ga & ba script hoook -->
|
||||
<script></script>
|
||||
|
@ -44,19 +44,19 @@
|
|||
<div class="contents" id="nav-content">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/uWeb/">
|
||||
<a href="./">
|
||||
<i class="iconfont icon-shouye1"></i>
|
||||
<span>HOME</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/uWeb/tags">
|
||||
<a href="./tags">
|
||||
<i class="iconfont icon-biaoqian1"></i>
|
||||
<span>TAGS</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/uWeb/archives">
|
||||
<a href="./archives">
|
||||
<i class="iconfont icon-guidang2"></i>
|
||||
<span>ARCHIVES</span>
|
||||
</a>
|
||||
|
@ -104,16 +104,16 @@
|
|||
|
||||
<span class="attr">Tags:/
|
||||
|
||||
<a class="tag" href="/uWeb/tags/#termux" title="termux">termux</a>
|
||||
<a class="tag" href="./tags/#termux" title="termux">termux</a>
|
||||
<span>/</span>
|
||||
|
||||
<a class="tag" href="/uWeb/tags/#ssh" title="ssh">ssh</a>
|
||||
<a class="tag" href="./tags/#ssh" title="ssh">ssh</a>
|
||||
<span>/</span>
|
||||
|
||||
<a class="tag" href="/uWeb/tags/#PC" title="PC">PC</a>
|
||||
<a class="tag" href="./tags/#PC" title="PC">PC</a>
|
||||
<span>/</span>
|
||||
|
||||
<a class="tag" href="/uWeb/tags/#下载" title="下载">下载</a>
|
||||
<a class="tag" href="./tags/#下载" title="下载">下载</a>
|
||||
<span>/</span>
|
||||
|
||||
|
||||
|
@ -172,10 +172,10 @@
|
|||
<script>
|
||||
// We expose some of the variables needed by the front end
|
||||
window.hexo_search_path = ""
|
||||
window.hexo_root = "/uWeb/"
|
||||
window.hexo_root = "./"
|
||||
window.isPost = true
|
||||
</script>
|
||||
<script src="/uWeb/js/index.js"></script>
|
||||
<script src="./js/index.js"></script>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue