diff options
author | Jasper Van der Jeugt | 2020-08-23 12:32:37 +0200 |
---|---|---|
committer | Jasper Van der Jeugt | 2020-08-23 12:32:37 +0200 |
commit | ce2421a17b5f1423389d906f7175250e58ae1c1d (patch) | |
tree | 5b0ac9df8092aeb6662e10b62d037788f486a28a | |
parent | b6cfe6a3fd4b0ff18dfce019a7150556c7108f20 (diff) |
Bump style sheet
-rw-r--r-- | server/lib/Uplcg/Views.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/Uplcg/Views.hs b/server/lib/Uplcg/Views.hs index b5f733c..c874055 100644 --- a/server/lib/Uplcg/Views.hs +++ b/server/lib/Uplcg/Views.hs @@ -23,7 +23,7 @@ template title body = H.docTypeHtml $ do H.head $ do H.meta H.! A.charset "UTF-8" H.link H.! A.rel "stylesheet" H.! A.type_ "text/css" - H.! A.href "/assets/style.css" + H.! A.href "/assets/style.css?v=1" H.title $ H.toHtml title H.meta H.! A.name "viewport" H.! A.content "width=device-width" H.body $ do |