Skip to content

Commit 8bfa757

Browse files
authored
Fix #459 by fixing output of overlapping matches in site.hs (#461)
In site.hs we have overlapping matches which write the same files. We can therefore observe the order in which these are scheduled.
1 parent fa5adac commit 8bfa757

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

message-index/site.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ main = hakyll $ do
5757

5858
match "messages/*/*/index.md" $
5959
version "nav" $ do
60-
route $ setExtension "html"
6160
compile getResourceBody
6261

6362
match "messages/*/*/index.md" $ do
@@ -95,7 +94,6 @@ main = hakyll $ do
9594

9695
match "messages/*/index.md" $
9796
version "nav" $ do
98-
route $ setExtension "html"
9997
compile pandocCompiler
10098

10199
match "messages/*/index.md" $ do

0 commit comments

Comments
 (0)