1
0

Fix bug where projects were not loaded for Japanese and Dutch versions.

This commit is contained in:
Kevin Matsubara 2026-01-03 00:08:00 +01:00
parent a34828f170
commit ee8e484aa6

View File

@ -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