blob: 0b47ca65120c1cd8d86950ea633b802ee5f63e94 [file] [log] [blame]
David Chenbd690802016-04-26 07:12:42 +00001 <head>
2 <meta charset="utf-8">
3 <meta http-equiv="X-UA-Compatible" content="IE=edge">
4 <meta name="viewport" content="width=device-width, initial-scale=1">
Jingwen Chencc4dce32018-12-14 12:44:41 -08005
6 <!-- Only show Bazel version in title if it's a release -->
7 <title>{{ page.title }} - Bazel {{ current_version | replace:'master','' }}</title>
David Chenbd690802016-04-26 07:12:42 +00008
David Chenbd690802016-04-26 07:12:42 +00009 <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site_root }}">
10
11 <!-- Webfont -->
Branton Horsley24e8f292018-06-15 16:10:07 -070012 <link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500,700|Source+Code+Pro:400,500,700" rel="stylesheet">
David Chenbd690802016-04-26 07:12:42 +000013
dzc1d8cd592017-06-23 08:26:15 +020014 <link rel="shortcut icon" type="image/png" href="/images/favicon.ico">
David Chenbd690802016-04-26 07:12:42 +000015
16 <!-- Bootstrap -->
17 <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
18 <link href="/assets/css/font-awesome.min.css" rel="stylesheet">
19
20 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
21 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
22 <!--[if lt IE 9]>
23 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
24 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
25 <![endif]-->
26
27 <!-- Custom stylesheet -->
28 <link rel="stylesheet" type="text/css" href="/css/main.css" />
29
30 <!-- metadata -->
Kristina Chodorowa5f6fa32016-06-22 14:25:44 +000031 <meta name="og:title" content="{{ page.title }}"/>
David Chenbd690802016-04-26 07:12:42 +000032 <meta name="og:image" content="/images/bazel-og-image.png"/>
Googlerda420012017-12-21 10:30:23 -080033
34 <!-- google search console verification -->
35 <meta name="google-site-verification" content="ftWLOiP2hnDW4Cw3LUGEaXU83RVIpiyxwaXFFhoakzs" />
David Chenbd690802016-04-26 07:12:42 +000036 </head>