diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2017-03-23 19:48:29 +0100 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2017-03-23 19:48:29 +0100 |
commit | b0aa7204b4d6b83fbfcc366f19b1223a237d55e0 (patch) | |
tree | 60cc2229cb05e1d382de6423d06d03c552a191a9 | |
parent | bdbf77c19eaa3f2932ee716636c3830276e7a457 (diff) |
add favicon.ico
-rw-r--r-- | favicon.ico | bin | 0 -> 318 bytes | |||
-rw-r--r-- | site.hs | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..10184de --- /dev/null +++ b/favicon.ico @@ -18,6 +18,10 @@ main = hakyll $ do route idRoute compile compressCssCompiler + match "favicon.ico" $ do + route idRoute + compile copyFileCompiler + match (fromList ["contacts.markdown"]) $ do route $ setExtension "html" compile $ pandocCompiler |