Skip to content

Commit

Permalink
added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeidler committed Oct 12, 2014
1 parent 47db00d commit 744f81f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Site.hs
Expand Up @@ -13,7 +13,7 @@ main :: IO ()
main = hakyll $ do
match "css/*" $ compile compressCssCompiler

match "js/*" $ do
match ("js/*" .||. "favicon.ico") $ do
route idRoute
compile copyFileCompiler

Expand Down
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions templates/layout.html
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>$title$</title>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/site.css" />
</head>
<body>
Expand Down

0 comments on commit 744f81f

Please sign in to comment.