diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 01:45:51 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 01:45:51 +0000 |
| commit | ef5d0e0304cea09fdd67745153e617b197667479 (patch) | |
| tree | 56d7dec49415f2bb353e4628bad890a3990895fd /views/layouts/layout.hbs | |
| parent | 3b002a6fb136b9e7e534ffbcfedabed72fcd373d (diff) | |
| parent | 7180bb0605e490b789d946aa64f8f678cbf13f00 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'views/layouts/layout.hbs')
| -rw-r--r-- | views/layouts/layout.hbs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 62e9134..b9895a5 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -17,13 +17,16 @@ <!--Fonts--> <link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> - <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> - + <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" + rel="stylesheet" + integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" + crossorigin="anonymous"> <!--JS--> <script src="/assets/js/jquery-2.2.4.min.js"></script> <script src="/assets/js/bootstrap.min.js"></script> <script src="/assets/js/script.js"></script> + </head> <body> {{> header }} |
