diff options
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/default.html.ep | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 0d8095d..9217b7a 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -9,13 +9,13 @@ % } - %= stylesheet '/default.css' + %= stylesheet '/static/default.css' % if ($self->browser->mobile) { - %= stylesheet '/mobile.css' + %= stylesheet '/static/mobile.css' % } - %= javascript '/jquery-1.10.2.min.js' - %= javascript '/collapse.js' - %= javascript '/marquee.js' + %= javascript '/static/jquery-1.10.2.min.js' + %= javascript '/static/collapse.js' + %= javascript '/static/marquee.js' %= javascript begin $(function () { $('marquee').marquee() }); % end |