| 1234567891011 | <head>  <title>{{ page.title }}</title>  <meta http-equiv="content-type" content="text/html; charset=utf-8" />  <meta name="author" content="Nicolas Petton" />  <link rel="stylesheet" type="text/css" href='{{ site.url }}/css/style.css' />  <link rel="stylesheet" type="text/css" href='{{ site.url }}/css/pygments.css' />  <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>  <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">  <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>  <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script></head>
 |