From db783d85d71d351d9101eba0c319343dc5f6d11d Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Tue, 5 May 2026 16:32:26 +0000 Subject: [PATCH] website: tweaks (#6945) --- website/.eleventy.js | 2 +- website/src/{file.html.bak => file.html} | 0 website/web.sh | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename website/src/{file.html.bak => file.html} (100%) 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