Skip to content

Commit aef83db

Browse files
committed
fix: remove useless routes to unaccessible html pages
1 parent 547773a commit aef83db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ main = hakyll $ do
4747
>>= loadAndApplyTemplate "templates/boilerplate.html" ctx
4848
>>= relativizeUrls
4949

50-
match "projects/*.markdown" $ do
51-
route $ setExtension "html"
50+
match "projects/*.markdown" $
5251
compile $ pandocCompiler
5352
>>= loadAndApplyTemplate "templates/boilerplate.html" defaultContext
5453
>>= relativizeUrls

0 commit comments

Comments
 (0)