aboutsummaryrefslogtreecommitdiff
path: root/views/layouts
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-08-24 19:15:09 +0000
committerHumairAK <humair88@hotmail.com>2016-08-24 19:15:09 +0000
commit0792495a750d65e2fe73a7b39f54955ec48b4b08 (patch)
treea14562209148af3e6d05efc88946a12dc157d909 /views/layouts
parentebf6d846d3b9dbab3bb95e08fa3fab5c52b7ee8f (diff)
modified userprofile
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/layout.hbs6
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}}