Skip to content

Commit 2629cc8

Browse files
committed
Force new CSS
1 parent 0663766 commit 2629cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/Generate.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ htmlSkeleton analytics highlight title scripts =
6767
H.meta ! A.name "viewport" ! A.content "width=device-width, initial-scale=1"
6868
H.title (H.toHtml title)
6969
favicon
70-
H.link ! A.rel "stylesheet" ! A.href "/assets/style.css?v=3"
70+
H.link ! A.rel "stylesheet" ! A.href "/assets/style.css?v=4"
7171

7272
case analytics of
7373
Analytics ->

0 commit comments

Comments
 (0)