aboutsummaryrefslogtreecommitdiff
path: root/landing/_includes/head.html
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-06-21 22:32:41 +0800
committerruki <waruqi@gmail.com>2019-06-21 09:16:11 +0800
commit1587e4a8f2f04ae73ed770ee53b58d480b68f747 (patch)
treecb11b88fa416bcd5ac0902dd32099de1991ddbcf /landing/_includes/head.html
parent1e3bf498456a76a11592c30d8952d11277def5ac (diff)
downloadxmake-docs-1587e4a8f2f04ae73ed770ee53b58d480b68f747.tar.gz
xmake-docs-1587e4a8f2f04ae73ed770ee53b58d480b68f747.zip
init for docsify
Diffstat (limited to 'landing/_includes/head.html')
-rw-r--r--landing/_includes/head.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/landing/_includes/head.html b/landing/_includes/head.html
deleted file mode 100644
index 77eaa8d4..00000000
--- a/landing/_includes/head.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<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}}">
- <meta name="keywords" content="{{site.keywords}}" />
-
- <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>