File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ main = hakyll $ do
13
13
route idRoute
14
14
compile compressCssCompiler
15
15
16
+ match " static/*" $ do
17
+ route idRoute
18
+ compile copyFileCompiler
19
+
16
20
match " templates/*" $ do
17
21
compile templateBodyCompiler
18
22
Original file line number Diff line number Diff line change 8
8
</ head >
9
9
< body >
10
10
< nav id ="menu " class ="clearfix ">
11
- < div class ="item left logo-container clearfix "> < img class ="logo " src ="http://www. haskell.org/static/img/logo.png " alt ="Haskell Logo "> < span class ="logo-text "> PVP.haskell.org</ span > </ div >
11
+ < div class ="item left logo-container clearfix "> < img class ="logo " src ="static/ haskell.svg " alt ="Haskell Logo "> < span class ="logo-text "> PVP.haskell.org</ span > </ div >
12
12
< div class ="item link left "> < a href ="/v1.0 "> PVP-1.0</ a > • < a href ="/v1.1 "> PVP-1.1-draft</ a > • < a href ="/faq "> FAQ</ a > </ div >
13
13
</ nav >
14
14
You can’t perform that action at this time.
0 commit comments