diff options
| -rw-r--r-- | img/haskell-logo.png (renamed from images/haskell-logo.png) | bin | 5674 -> 5674 bytes | |||
| -rw-r--r-- | site.hs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/images/haskell-logo.png b/img/haskell-logo.png Binary files differindex 97c0937..97c0937 100644 --- a/images/haskell-logo.png +++ b/img/haskell-logo.png @@ -7,7 +7,7 @@ import Hakyll -------------------------------------------------------------------------------- main :: IO () main = hakyll $ do - match "images/*" $ do + match "img/*" $ do route idRoute compile copyFileCompiler |
