Skip to content

Commit e92b57f

Browse files
committed
inc asset version
1 parent f8bee00 commit e92b57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lib/Server/Template.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ instance ToHtml a => ToHtml (Template a) where
3232
let description = case descriptionM of
3333
Nothing -> "unsafePerformIO is the blog and personal website of Wilfred Denton."
3434
Just description' -> description'
35-
assetVer = "1"
35+
assetVer = "2"
3636
title_ $ toHtml title
3737
meta_ [charset_ "utf-8"]
3838
meta_ [name_ "description", content_ description]

0 commit comments

Comments
 (0)