From 23c37dc3f037f27ec962bde1e30b04272de2666a Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Wed, 27 Oct 2021 16:54:08 +1000 Subject: [PATCH] site: switch to RST contact --- site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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