unignore bower_components
[bootswatch] / bower_components / font-awesome / src / _layouts / base.html
1 <!DOCTYPE html>
2 <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
3 <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
4 <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
5 <!--[if (gte IE 9)|!(IE)]><!-->
6 <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
7 <head>
8   <!-- Basic Page Needs
9  ================================================== -->
10   <meta charset="utf-8" />
11   <title>{% if page.title %}{{ page.title }}{% endif %}</title>
12   <meta name="description" content="Font Awesome, the iconic font designed for Bootstrap">
13   <meta name="author" content="Dave Gandy">
14   <meta name="viewport" content="width=device-width, initial-scale=1.0">
15   <!--<meta name="viewport" content="initial-scale=1; maximum-scale=1">-->
16
17   <!--[if lt IE 9]>
18   <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
19   <![endif]-->
20
21   <!-- CSS
22  ================================================== -->
23
24   <link rel="stylesheet" href="{{ page.relative_path }}assets/css/site.css">
25   <link rel="stylesheet" href="{{ page.relative_path }}assets/css/pygments.css">
26   <link rel="stylesheet" href="{{ page.relative_path }}assets/font-awesome/css/font-awesome.css">
27   <!--[if IE 7]>
28   <link rel="stylesheet" href="{{ page.relative_path }}assets/font-awesome/css/font-awesome-ie7.css">
29   <![endif]-->
30   <!-- Le fav and touch icons -->
31   <link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
32
33   <script type="text/javascript" src="//use.typekit.net/wnc7ioh.js"></script>
34   <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
35
36   <script type="text/javascript">
37     var _gaq = _gaq || [];
38     _gaq.push(['_setAccount', 'UA-30136587-1']);
39     _gaq.push(['_trackPageview']);
40
41     (function() {
42       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
43       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
44       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
45     })();
46   </script>
47 </head>
48 <body data-spy="scroll" data-target=".navbar">
49 <div class="wrapper"> <!-- necessary for sticky footer. wrap all content except footer -->
50   {% include navbar.html %}
51
52   {{ content }}
53   <div class="push"><!-- necessary for sticky footer --></div>
54 </div>
55 {% include footer.html %}
56
57 <script src="http://platform.twitter.com/widgets.js"></script>
58 <script src="{{ page.relative_path }}assets/js/jquery-1.7.1.min.js"></script>
59 <script src="{{ page.relative_path }}assets/js/ZeroClipboard-1.1.7.min.js"></script>
60 <script src="{{ page.relative_path }}assets/js/bootstrap-2.3.1.min.js"></script>
61 <script src="{{ page.relative_path }}assets/js/site.js"></script>
62
63 </body>
64 </html>