2014-06-27 03:52:46 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2014-06-13 03:22:56 +08:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2014-06-27 03:52:46 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2014-06-13 03:22:56 +08:00
|
|
|
<meta name="description" content="{{ site.description }}">
|
2014-06-27 03:52:46 +08:00
|
|
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
|
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
2014-06-13 03:22:56 +08:00
|
|
|
|
2014-06-27 03:52:46 +08:00
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
2014-06-13 03:22:56 +08:00
|
|
|
|
2014-06-27 03:52:46 +08:00
|
|
|
</head>
|
|
|
|
<body>
|