1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

feat: initial homepage redesign (#2621)

Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
2024-07-21 14:50:35 +00:00
committed by Daniel Gray
parent 0d3f4681e0
commit 1b99537a5f
6 changed files with 92 additions and 129 deletions

8
run.sh
View File

@ -86,11 +86,13 @@ if [ "$language" != "en" ]; then
export BUILD_SITE_DIR="site/$language"
export BUILD_SITE_URL="https://privacyguides.org/$language"
export BUILD_THEME_LANGUAGE="$language"
set -a
fi
# Source per-language strings
set -a
# shellcheck disable=SC1090
source "$PWD/includes/strings.$language.env"
set +a
fi
set +a
# Set font if hebrew
if [ "$language" == "he" ]; then