From 8695b61e3787009df59d7fc9a013bb4a1522d630 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 14 Mar 2016 11:17:46 +0100 Subject: move static files into separate subdirectory for easy static serving --- templates/display.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/display.html.ep') diff --git a/templates/display.html.ep b/templates/display.html.ep index e65fdc9..4cf52a2 100644 --- a/templates/display.html.ep +++ b/templates/display.html.ep @@ -3,8 +3,8 @@ <%= $title %> - %= stylesheet '/display.css' - %= javascript '/jquery-2.1.1.min.js' + %= stylesheet '/static/display.css' + %= javascript '/static/jquery-2.1.1.min.js' -- cgit v1.2.3