Fix bug where projects were not loaded for Japanese and Dutch versions.
This commit is contained in:
parent
a34828f170
commit
ee8e484aa6
@ -99,7 +99,7 @@ main = hakyll $ do
|
||||
>>= loadAndApplyTemplate "templates/default.html" (postCtx language)
|
||||
>>= relativizeUrls
|
||||
|
||||
match "pages/en/software/**" $ do
|
||||
match "pages/*/software/**" $ do
|
||||
route $ setExtension "html"
|
||||
compile $ do
|
||||
identifier <- getUnderlying
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user