David Chen | bd69080 | 2016-04-26 07:12:42 +0000 | [diff] [blame] | 1 | <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 Chen | cc4dce3 | 2018-12-14 12:44:41 -0800 | [diff] [blame] | 5 | |
| 6 | <!-- Only show Bazel version in title if it's a release --> |
| 7 | <title>{{ page.title }} - Bazel {{ current_version | replace:'master','' }}</title> |
David Chen | bd69080 | 2016-04-26 07:12:42 +0000 | [diff] [blame] | 8 | |
David Chen | bd69080 | 2016-04-26 07:12:42 +0000 | [diff] [blame] | 9 | <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site_root }}"> |
| 10 | |
| 11 | <!-- Webfont --> |
Branton Horsley | 24e8f29 | 2018-06-15 16:10:07 -0700 | [diff] [blame] | 12 | <link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500,700|Source+Code+Pro:400,500,700" rel="stylesheet"> |
David Chen | bd69080 | 2016-04-26 07:12:42 +0000 | [diff] [blame] | 13 | |
dzc | 1d8cd59 | 2017-06-23 08:26:15 +0200 | [diff] [blame] | 14 | <link rel="shortcut icon" type="image/png" href="/images/favicon.ico"> |
David Chen | bd69080 | 2016-04-26 07:12:42 +0000 | [diff] [blame] | 15 | |
| 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 Chodorow | a5f6fa3 | 2016-06-22 14:25:44 +0000 | [diff] [blame] | 31 | <meta name="og:title" content="{{ page.title }}"/> |
David Chen | bd69080 | 2016-04-26 07:12:42 +0000 | [diff] [blame] | 32 | <meta name="og:image" content="/images/bazel-og-image.png"/> |
Googler | da42001 | 2017-12-21 10:30:23 -0800 | [diff] [blame] | 33 | |
| 34 | <!-- google search console verification --> |
| 35 | <meta name="google-site-verification" content="ftWLOiP2hnDW4Cw3LUGEaXU83RVIpiyxwaXFFhoakzs" /> |
David Chen | bd69080 | 2016-04-26 07:12:42 +0000 | [diff] [blame] | 36 | </head> |