From bd692ffbc8327c2ae6bec1376554ae569eb44e88 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 14 Apr 2017 21:16:07 -0400 Subject: now using minified css on production. --- views/layouts/layout.hbs | 2 +- views/layouts/layout_mini.hbs | 61 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 views/layouts/layout_mini.hbs (limited to 'views') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 062518f..db1ab85 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -11,7 +11,7 @@ - + diff --git a/views/layouts/layout_mini.hbs b/views/layouts/layout_mini.hbs new file mode 100644 index 0000000..b5dbbed --- /dev/null +++ b/views/layouts/layout_mini.hbs @@ -0,0 +1,61 @@ + + + + + + Solutions Repo + + + + + + + + + + + + {{# if userProfile}} + + {{/if}} + + + + + + + + + + + + + + {{# if userProfile}} + + {{/if}} + {{# if adminPanel}} + + {{/if}} + {{# if homePage }} + + {{/if}} + + + + {{# if noHeader}} + {{else}} + {{> header }} + {{/if}} + + {{{ body }}} + {{# if noFooter}} + {{else}} + {{> footer }} + {{/if}} + + + -- cgit v1.2.3