5a739853
patrick.he
commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!-- bootstrap & fontawesome -->
<link rel="stylesheet" href="{{{path.assets}}}/css/bootstrap{{{path.minified}}}.css" />{{! not using CDN bootstrap.css because we've modified it slightly}}
{{> layout._template.fontawesome}}
<!-- text fonts -->
{{> layout._template.fonts}}
<!-- ace styles -->
<link rel="stylesheet" href="{{{path.assets}}}/css/ace{{{path.minified}}}.css" class="ace-main-stylesheet" id="main-ace-style" />
<!--[if lte IE 9]>
<link rel="stylesheet" href="{{{path.assets}}}/css/ace-part2{{{path.minified}}}.css" class="ace-main-stylesheet" />
<![endif]-->
<!--[if lte IE 9]>
<link rel="stylesheet" href="{{{path.assets}}}/css/ace-ie{{{path.minified}}}.css" />
<![endif]-->
<!-- ace settings handler -->
<script src="{{{path.assets}}}/js/ace-extra{{{path.minified}}}.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lte IE 8]>
<script src="{{{path.assets}}}/js/html5shiv{{{path.minified}}}.js"></script>
<script src="{{{path.assets}}}/js/respond{{{path.minified}}}.js"></script>
<![endif]-->
|