summaryrefslogtreecommitdiff
path: root/hs/Html.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hs/Html.hs')
-rw-r--r--hs/Html.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hs/Html.hs b/hs/Html.hs
index f17c08e..5a3e063 100644
--- a/hs/Html.hs
+++ b/hs/Html.hs
@@ -306,7 +306,7 @@ main = do
createDirectoryIfMissing True $ conf ^. data' . outputDir
- copyFile "style2.css" $ (conf ^. (data' . outputDir)) <> "/style.css"
+ copyFile "style.css" $ (conf ^. (data' . outputDir)) <> "/style.css"
copyFile "script.js" $ (conf ^. (data' . outputDir)) <> "/script.js"
-- What each page links to