2013-05-03 08:12:33 +08:00
|
|
|
<!DOCTYPE html>
|
2013-10-16 02:15:27 +08:00
|
|
|
<html lang="en">
|
2013-05-03 08:12:33 +08:00
|
|
|
<head>
|
|
|
|
<!-- Basic Page Needs
|
|
|
|
================================================== -->
|
|
|
|
<meta charset="utf-8" />
|
2013-10-16 02:15:27 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2013-06-12 08:33:08 +08:00
|
|
|
<meta name="description" content="Font Awesome, the iconic font designed for Bootstrap">
|
2013-05-03 08:12:33 +08:00
|
|
|
<meta name="author" content="Dave Gandy">
|
2013-10-16 02:15:27 +08:00
|
|
|
<link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
|
2013-05-03 08:12:33 +08:00
|
|
|
|
2013-10-16 02:15:27 +08:00
|
|
|
<title>{% if page.title %}{{ page.title }}{% endif %}</title>
|
2013-05-03 08:12:33 +08:00
|
|
|
|
|
|
|
<!-- CSS
|
2013-10-16 02:15:27 +08:00
|
|
|
================================================== -->
|
2013-05-09 11:15:29 +08:00
|
|
|
<link rel="stylesheet" href="{{ page.relative_path }}assets/css/site.css">
|
2013-05-10 07:25:13 +08:00
|
|
|
<link rel="stylesheet" href="{{ page.relative_path }}assets/css/pygments.css">
|
2013-05-17 10:15:50 +08:00
|
|
|
<link rel="stylesheet" href="{{ page.relative_path }}assets/font-awesome/css/font-awesome.css">
|
2013-10-16 02:15:27 +08:00
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="{{ page.relative_path }}assets/js/html5shiv.js"></script>
|
|
|
|
<script src="{{ page.relative_path }}assets/js/respond.min.js"></script>
|
2013-05-03 08:12:33 +08:00
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<script type="text/javascript" src="//use.typekit.net/wnc7ioh.js"></script>
|
|
|
|
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
|
|
_gaq.push(['_setAccount', 'UA-30136587-1']);
|
|
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
|
|
|
|
(function() {
|
|
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
|
})();
|
|
|
|
</script>
|
|
|
|
</head>
|
2013-10-06 08:57:23 +08:00
|
|
|
<body>
|
2013-10-06 03:40:57 +08:00
|
|
|
<div id="wrap"> <!-- necessary for sticky footer. wrap all content except footer -->
|
2013-05-03 08:12:33 +08:00
|
|
|
{% include navbar.html %}
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
|
|
|
2013-05-05 07:13:40 +08:00
|
|
|
<script src="http://platform.twitter.com/widgets.js"></script>
|
2013-10-06 22:08:09 +08:00
|
|
|
<script src="{{ page.relative_path }}assets/js/jquery-{{ site.jquery.version }}.min.js"></script>
|
2013-06-08 21:21:22 +08:00
|
|
|
<script src="{{ page.relative_path }}assets/js/ZeroClipboard-1.1.7.min.js"></script>
|
2013-10-06 22:08:09 +08:00
|
|
|
<script src="{{ page.relative_path }}assets/js/bootstrap-{{ site.bootstrap.version }}.min.js"></script>
|
2013-05-09 11:15:29 +08:00
|
|
|
<script src="{{ page.relative_path }}assets/js/site.js"></script>
|
2013-05-03 08:12:33 +08:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|