summaryrefslogtreecommitdiffstats
path: root/docs/templates/shared/_head.liquid
blob: 5f2b7da801da216c14625057ba773f296a9dde08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<head>
  <meta charset=UTF-8>
  <title>{{headline}} | jq</title>
  <link rel="stylesheet" href="{{root}}/bootstrap/css/bootstrap.css" type="text/css">
  <link rel="stylesheet" href="{{root}}/css/base.css" type="text/css">
  <!--[if IE]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
  <script src="{{root}}/bootstrap/js/bootstrap.js"></script>

</head>