From 5a3b4c09c6ce40638662cad6e0f04ed500e96ac6 Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Tue, 24 Sep 2013 20:54:26 +0100 Subject: [PATCH] Use absolute paths to assets Otherwise paths with more than 1 level won't load the CSS/JavaScript. --- view/layout/default.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/view/layout/default.html b/view/layout/default.html index dde28b0..6dff868 100644 --- a/view/layout/default.html +++ b/view/layout/default.html @@ -14,7 +14,7 @@ - + @@ -39,17 +39,17 @@ {{> footer}} - - - - + + + + - - - - - + + + + + + \ No newline at end of file