diff options
-rw-r--r-- | web/tutorials/github-pages-tutorial.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/tutorials/github-pages-tutorial.md b/web/tutorials/github-pages-tutorial.md index acecb38..2f6e82b 100644 --- a/web/tutorials/github-pages-tutorial.md +++ b/web/tutorials/github-pages-tutorial.md @@ -66,8 +66,7 @@ config = defaultConfiguration } main :: IO () -main = do - hakyllWith config $ do +main = hakyllWith config $ do ... ``` |