diff --git a/website/.eleventy.js b/website/.eleventy.js index cdbdc0520f..b02cc49e78 100644 --- a/website/.eleventy.js +++ b/website/.eleventy.js @@ -54,7 +54,7 @@ const globalConfig = { } const translationsDirectoryPath = './langs' -const supportedRoutes = ["blog", "contact", "invitation", "messaging", "docs", "fdroid", "why", ""] +const supportedRoutes = ["blog", "contact", "invitation", "messaging", "docs", "fdroid", "why", "file", ""] let supportedLangs = [] fs.readdir(translationsDirectoryPath, (err, files) => { if (err) { diff --git a/website/src/file.html.bak b/website/src/file.html similarity index 100% rename from website/src/file.html.bak rename to website/src/file.html diff --git a/website/web.sh b/website/web.sh index 7abaa4d12e..d276335358 100755 --- a/website/web.sh +++ b/website/web.sh @@ -48,6 +48,7 @@ for lang in "${langs[@]}"; do cp src/invitation.html src/$lang cp src/fdroid.html src/$lang cp src/why.html src/$lang + cp src/file.html src/$lang echo "{\"lang\":\"$lang\"}" > src/$lang/$lang.json echo "done $lang copying" done