aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/layout.pug4
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