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)
|
>>= loadAndApplyTemplate "templates/default.html" (postCtx language)
|
||||||
>>= relativizeUrls
|
>>= relativizeUrls
|
||||||
|
|
||||||
match "pages/en/software/**" $ do
|
match "pages/*/software/**" $ do
|
||||||
route $ setExtension "html"
|
route $ setExtension "html"
|
||||||
compile $ do
|
compile $ do
|
||||||
identifier <- getUnderlying
|
identifier <- getUnderlying
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user