diff options
Diffstat (limited to 'common/header.j2.inc')
-rw-r--r-- | common/header.j2.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc index 86e331eb..eac5acec 100644 --- a/common/header.j2.inc +++ b/common/header.j2.inc | |||
@@ -36,13 +36,13 @@ | |||
36 | <!-- <link rel="icon" href="../../favicon.ico"> --> | 36 | <!-- <link rel="icon" href="../../favicon.ico"> --> |
37 | 37 | ||
38 | <!-- Bootstrap core CSS --> | 38 | <!-- Bootstrap core CSS --> |
39 | <link href="{{ url('dist/css/bootstrap.min.css') }}" rel="stylesheet"> | 39 | <link href="{{ url_dist('css/bootstrap.min.css') }}" rel="stylesheet"> |
40 | <!-- Custom styles for this template --> | 40 | <!-- Custom styles for this template --> |
41 | <link href="{{ url('static/styles.css') }}" rel="stylesheet"> | 41 | <link href="{{ url_static('styles.css') }}" rel="stylesheet"> |
42 | 42 | ||
43 | <script src="{{ url('dist/js/jquery-1.11.1.min.js') }}"></script> | 43 | <script src="{{ url_dist('js/jquery-1.11.1.min.js') }}"></script> |
44 | <script src="{{ url('dist/js/bootstrap.min.js') }}"></script> | 44 | <script src="{{ url_dist('js/bootstrap.min.js') }}"></script> |
45 | <link href="{{ url('static/navbar.css') }}" rel="stylesheet"> | 45 | <link href="{{ url_static('navbar.css') }}" rel="stylesheet"> |
46 | 46 | ||
47 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | 47 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
48 | <!--[if lt IE 9]> | 48 | <!--[if lt IE 9]> |