File: _head.liquid

package info (click to toggle)
jq 1.5%2Bdfsg-1.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,476 kB
  • ctags: 2,144
  • sloc: ansic: 12,692; sh: 11,961; yacc: 821; lex: 184; makefile: 147
file content (12 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<head>
  <meta charset=UTF-8>
  <title>{{headline}}</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>