Also copy stylesheet
This commit is contained in:
parent
3d4c79cc83
commit
556ded64a8
|
@ -65,3 +65,5 @@ generateSite = do
|
|||
aboutDir <- joinPaths outputDir $ inject "om"
|
||||
makeDir aboutDir
|
||||
saveFile html $ joinPaths aboutDir indexName
|
||||
styleName <- inject "style.css"
|
||||
copyFile styleName (joinPaths outputDir styleName)
|
||||
|
|
Loading…
Reference in New Issue