aboutsummaryrefslogtreecommitdiff
path: root/landing/_includes/head.html
blob: 77eaa8d401f75a00dcafa86732f8317d2ab50eef (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}}">
  <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>