site: switch to RST contact

This commit is contained in:
Fiscal Velvet Poet 2021-10-27 16:54:08 +10:00
parent 99a83e1ea7
commit 23c37dc3f0
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47

View file

@ -15,7 +15,7 @@ main = hakyll $ do
route idRoute route idRoute
compile compressCssCompiler compile compressCssCompiler
match (fromList ["about.rst", "contact.markdown"]) $ do match (fromList ["about.rst", "contact.rst"]) $ do
route $ setExtension "html" route $ setExtension "html"
compile $ pandocCompiler compile $ pandocCompiler
>>= loadAndApplyTemplate "templates/default.html" defaultContext >>= loadAndApplyTemplate "templates/default.html" defaultContext