From f6723d817905d5e098b4f34010c4c0214f22e89d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 11 Apr 2020 18:20:44 -0700 Subject: Fix bad reference --- Run/Que/Website.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Run/Que') diff --git a/Run/Que/Website.hs b/Run/Que/Website.hs index 9d96628..7a551b8 100644 --- a/Run/Que/Website.hs +++ b/Run/Que/Website.hs @@ -45,7 +45,6 @@ main = do , style = src "style.css" , apidocs = src "apidocs.md" , tutorial = src "tutorial.md" - , fontLink = src "font.html" } getKey :: Namespace -> IO (Maybe Key) @@ -71,7 +70,6 @@ data Sources = Sources , style :: FilePath , tutorial :: FilePath , apidocs :: FilePath - , fontLink :: FilePath } type Namespace = Text @@ -98,8 +96,6 @@ run key ns Sources {..} = Async.runConcurrently actions >> return () <$> Process.readProcess "pandoc" [ "--include-in-header" - , fontLink - , "--include-in-header" , style , "-i" , md -- cgit v1.2.3