diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/layout.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/layout.pug b/views/layout.pug index 72e457d..ce4bda5 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -8,7 +8,7 @@ doctype html html head title= title - script(src='/app.js') - link(rel='stylesheet', href='/app.css') + script(src='app.js') + link(rel='stylesheet', href='app.css') body block content |