summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--img/haskell-logo.png (renamed from images/haskell-logo.png)bin5674 -> 5674 bytes
-rw-r--r--site.hs2
2 files changed, 1 insertions, 1 deletions
diff --git a/images/haskell-logo.png b/img/haskell-logo.png
index 97c0937..97c0937 100644
--- a/images/haskell-logo.png
+++ b/img/haskell-logo.png
Binary files differ
diff --git a/site.hs b/site.hs
index 793810a..28147d4 100644
--- a/site.hs
+++ b/site.hs
@@ -7,7 +7,7 @@ import Hakyll
--------------------------------------------------------------------------------
main :: IO ()
main = hakyll $ do
- match "images/*" $ do
+ match "img/*" $ do
route idRoute
compile copyFileCompiler