mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-23 23:01:13 -04:00
feat: initial homepage redesign (#2621)
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
parent
0d3f4681e0
commit
1b99537a5f
6 changed files with 92 additions and 129 deletions
8
run.sh
8
run.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue