diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2019-08-15 23:53:01 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2019-08-15 23:53:01 -0700 |
| commit | 6fb9013f18aa621a466c4c13c4cc320a1a724424 (patch) | |
| tree | b5d3d3b417618d5f8af31508bc5b2d3bc9352b23 | |
| parent | ec301e39820bb72414f5e3356968b0e7274ded91 (diff) | |
Switch to images to img route
| -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 |
