site: switch to RST contact
This commit is contained in:
parent
99a83e1ea7
commit
23c37dc3f0
2
site.hs
2
site.hs
|
@ -15,7 +15,7 @@ main = hakyll $ do
|
|||
route idRoute
|
||||
compile compressCssCompiler
|
||||
|
||||
match (fromList ["about.rst", "contact.markdown"]) $ do
|
||||
match (fromList ["about.rst", "contact.rst"]) $ do
|
||||
route $ setExtension "html"
|
||||
compile $ pandocCompiler
|
||||
>>= loadAndApplyTemplate "templates/default.html" defaultContext
|
||||
|
|
Loading…
Reference in a new issue