Skip to content

Commit c7ed7a5

Browse files
committed
Make sure people get the latest CSS
1 parent 92ced26 commit c7ed7a5

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
@@ -66,7 +66,7 @@ htmlSkeleton analytics highlight title scripts =
6666
H.meta ! A.charset "UTF-8"
6767
H.title (H.toHtml title)
6868
favicon
69-
H.link ! A.rel "stylesheet" ! A.href "/assets/style.css?v=2"
69+
H.link ! A.rel "stylesheet" ! A.href "/assets/style.css?v=3"
7070

7171
case analytics of
7272
Analytics ->

0 commit comments

Comments
 (0)