diff options
Diffstat (limited to 'views/layouts/layout.hbs')
| -rw-r--r-- | views/layouts/layout.hbs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 42bd09b..8b0d7b3 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -14,6 +14,11 @@ <link rel="stylesheet" href="/assets/css/bootstrap.min.css"> <link rel="stylesheet" href="/assets/css/creative.css"> + <!-- Partial Scripts, Order important --> + {{# if userProfile}} + <link href="/assets/css/user_profile.css" rel="stylesheet" type="text/css"> + {{/if}} + <!--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'> @@ -37,6 +42,7 @@ <script src="/assets/js/home_page.js"></script> {{/if}} + </head> <body> {{# if noHeader}} |
