Add favicon
This commit is contained in:
parent
efcf100fac
commit
4044ff6ec9
3 changed files with 4 additions and 0 deletions
BIN
_site/favicon.ico
Normal file
BIN
_site/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
4
site.hs
4
site.hs
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue