aboutsummaryrefslogtreecommitdiff
path: root/landing/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'landing/_includes/head.html')
-rw-r--r--landing/_includes/head.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/landing/_includes/head.html b/landing/_includes/head.html
new file mode 100644
index 00000000..77eaa8d4
--- /dev/null
+++ b/landing/_includes/head.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}}">
+ <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>