blob: c99dc89e23f221c2f9147f539754f80ceb473e96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<head>
<meta charset="UTF-8">
<title>{{ site.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="description" content="{{site.tagline-cn}}">
<meta name="keywords" content="{{site.keywords-cn}}" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/normalize.css">
<link rel='stylesheet' href="{{ site.baseurl }}/assets/css/opensans.css" type='text/css'>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/cayman.css">
<!-- baidu stats -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?eb3c91c672a001d78a113bfb8e42017a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
|