Add LICENSE for pico

This commit is contained in:
Yiyun Liu 2025-01-17 22:34:40 -05:00
parent 8288ddd386
commit c1c726823b
2 changed files with 22 additions and 1 deletions

View file

@ -18,7 +18,7 @@ pandocOptions = defaultHakyllWriterOptions {writerHTMLMathMethod = MathML }
main :: IO ()
main =
hakyllWith hakyllConfig $ do
match "css/*" $ do
match "css/*.css" $ do
route idRoute
compile compressCssCompiler
match "papers/*" $ do