From b21f59d810a89a804270ce73701912659de876e9 Mon Sep 17 00:00:00 2001 From: lesion Date: Sun, 26 Aug 2018 23:57:35 +0200 Subject: [PATCH] minor --- views/layout.pug | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/layout.pug b/views/layout.pug index ae3cb47..15af079 100644 --- a/views/layout.pug +++ b/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