lesion 5 years ago
parent
commit
b21f59d810
1 changed files with 1 additions and 2 deletions
  1. 1 2
      views/layout.pug

+ 1 - 2
views/layout.pug

@@ -1,8 +1,7 @@
 doctype html
 html
   head
-    base(href=base)
     title= title
-    link(rel='stylesheet', href='stylesheets/style.css')
+    link(rel='stylesheet', href='/stylesheets/style.css')
   body
     block content