diff options
| author | ruki <waruqi@gmail.com> | 2017-08-31 09:08:38 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2017-08-31 09:08:38 +0800 |
| commit | 9078c01303c065fbf6e6cefbddcb462adede7bfb (patch) | |
| tree | c33052b914aeaca00186e6cc83df6f88f4e1c1b4 /landing/_includes/head.cn.html | |
| download | xmake-docs-9078c01303c065fbf6e6cefbddcb462adede7bfb.tar.gz xmake-docs-9078c01303c065fbf6e6cefbddcb462adede7bfb.zip | |
first commit
Diffstat (limited to 'landing/_includes/head.cn.html')
| -rw-r--r-- | landing/_includes/head.cn.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/landing/_includes/head.cn.html b/landing/_includes/head.cn.html new file mode 100644 index 00000000..c99dc89e --- /dev/null +++ b/landing/_includes/head.cn.html @@ -0,0 +1,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> |
