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
7838d5e859
commit
116f65b775
47 changed files with 900 additions and 899 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="./img/favicon.ico">
|
||||
<link rel="shortcut icon" href="/uWeb/img/favicon.ico">
|
||||
|
||||
<title>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
</title>
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="./css/aircloud.css">
|
||||
<link rel="stylesheet" href="/uWeb/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="./">
|
||||
<a href="/uWeb/">
|
||||
<i class="iconfont icon-shouye1"></i>
|
||||
<span>HOME</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./tags">
|
||||
<a href="/uWeb/tags">
|
||||
<i class="iconfont icon-biaoqian1"></i>
|
||||
<span>TAGS</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./archives">
|
||||
<a href="/uWeb/archives">
|
||||
<i class="iconfont icon-guidang2"></i>
|
||||
<span>ARCHIVES</span>
|
||||
</a>
|
||||
|
@ -104,13 +104,13 @@
|
|||
|
||||
<span class="attr">Tags:/
|
||||
|
||||
<a class="tag" href="./tags/#广告屏蔽" title="广告屏蔽">广告屏蔽</a>
|
||||
<a class="tag" href="/uWeb/tags/#广告屏蔽" title="广告屏蔽">广告屏蔽</a>
|
||||
<span>/</span>
|
||||
|
||||
<a class="tag" href="./tags/#资源" title="资源">资源</a>
|
||||
<a class="tag" href="/uWeb/tags/#资源" title="资源">资源</a>
|
||||
<span>/</span>
|
||||
|
||||
<a class="tag" href="./tags/#搜索" title="搜索">搜索</a>
|
||||
<a class="tag" href="/uWeb/tags/#搜索" title="搜索">搜索</a>
|
||||
<span>/</span>
|
||||
|
||||
|
||||
|
@ -186,10 +186,10 @@
|
|||
<script>
|
||||
// We expose some of the variables needed by the front end
|
||||
window.hexo_search_path = ""
|
||||
window.hexo_root = "./"
|
||||
window.hexo_root = "/uWeb/"
|
||||
window.isPost = true
|
||||
</script>
|
||||
<script src="./js/index.js"></script>
|
||||
<script src="/uWeb/js/index.js"></script>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue