Skip to content

Commit bad8cdf

Browse files
committed
fix css link
1 parent 2e9c8bf commit bad8cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
html
22
head
33
title= title
4-
link(rel="stylesheet", href=context + "/css/hello.css") #{context}
4+
link(rel="stylesheet", href=context + "/css/hello.css")
55
body
66
section.helloworld
77
h1#message= message

0 commit comments

Comments
 (0)