From ee8e484aa6f300266133538c5b3aa7af5137bc9f Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sat, 3 Jan 2026 00:08:00 +0100 Subject: [PATCH] Fix bug where projects were not loaded for Japanese and Dutch versions. --- portfolio/site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portfolio/site.hs b/portfolio/site.hs index 707a357..666ad6b 100644 --- a/portfolio/site.hs +++ b/portfolio/site.hs @@ -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