We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ced26 commit c7ed7a5Copy full SHA for c7ed7a5
src/backend/Generate.hs
@@ -66,7 +66,7 @@ htmlSkeleton analytics highlight title scripts =
66
H.meta ! A.charset "UTF-8"
67
H.title (H.toHtml title)
68
favicon
69
- H.link ! A.rel "stylesheet" ! A.href "/assets/style.css?v=2"
+ H.link ! A.rel "stylesheet" ! A.href "/assets/style.css?v=3"
70
71
case analytics of
72
Analytics ->
0 commit comments