diff --git a/site.hs b/site.hs index 499cbaa..ee9443b 100644 --- a/site.hs +++ b/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