head.html 757 B

1234567891011
  1. <head>
  2. <title>{{ page.title }}</title>
  3. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  4. <meta name="author" content="Nicolas Petton" />
  5. <link rel="stylesheet" type="text/css" href='{{ site.url }}/css/style.css' />
  6. <link rel="stylesheet" type="text/css" href='{{ site.url }}/css/pygments.css' />
  7. <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'>
  8. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
  9. <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
  10. <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
  11. </head>