From ce2421a17b5f1423389d906f7175250e58ae1c1d Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 23 Aug 2020 12:32:37 +0200 Subject: Bump style sheet --- server/lib/Uplcg/Views.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/Uplcg/Views.hs') 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 -- cgit v1.2.3