Add favicon

This commit is contained in:
Dimitri Lozeve 2020-04-02 14:54:42 +02:00
parent efcf100fac
commit 4044ff6ec9
3 changed files with 4 additions and 0 deletions

BIN
_site/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -21,6 +21,10 @@ main = hakyll $ do
route idRoute
compile copyFileCompiler
match "favicon.ico" $ do
route idRoute
compile copyFileCompiler
match "files/*" $ do
route idRoute
compile copyFileCompiler