-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpage.html
More file actions
34 lines (30 loc) · 1.21 KB
/
page.html
File metadata and controls
34 lines (30 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
---
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>{% if page.title %}{{ page.title }} - {% endif %}Yncoder</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="icon" href="/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.css" />
<link rel="stylesheet" href="/assets/css/common.css" />
</head>
<body class="page-{{ page.type }}">
<nav>
<div class="container">
<a href="/" class="logo"><img src="/assets/img/logo-160.png" /><strong>Yncoder</strong></a>
<ul>
<li><a href="/about">关于</a></li>
<li><a href="/bloggers">Bloggers</a></li>
<li><iframe src="https://ghbtns.com/github-btn.html?user=yncoder&repo=yncoder.github.io&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
</ul>
</div>
</nav>
{{ content }}
<footer class="container">
<p class="copyright">© Since 2014. [ 分享 · 交流 · 共创 ] 官方 QQ 群:39615502</p>
</footer>
</body>
</html>