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 0663766 commit 2629cc8Copy full SHA for 2629cc8
src/backend/Generate.hs
@@ -67,7 +67,7 @@ htmlSkeleton analytics highlight title scripts =
67
H.meta ! A.name "viewport" ! A.content "width=device-width, initial-scale=1"
68
H.title (H.toHtml title)
69
favicon
70
- H.link ! A.rel "stylesheet" ! A.href "/assets/style.css?v=3"
+ H.link ! A.rel "stylesheet" ! A.href "/assets/style.css?v=4"
71
72
case analytics of
73
Analytics ->
0 commit comments