diff options
author | Alejandro <[email protected]> | 2024-07-30 20:55:12 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-30 20:55:12 -0600 |
commit | 3a4eaf85f350cf919b3da8218b3584d762ce79f2 (patch) | |
tree | c108a05bebf8208bb544efdf161d61ea672610d6 | |
parent | b6fb458772d1d6a1ce11c78462b9645fe6865483 (diff) |
added: language direction
-rw-r--r-- | hugo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ defaultContentLanguageInSubdir = true contentDir = 'content/es' disabled = false languageCode = 'es-MX' +languageDirection = 'ltr' languageName = 'EspaƱol' title = 'FIF UAQ' weight = 1 @@ -16,6 +17,7 @@ weight = 1 contentDir = 'content/en' disabled = true languageCode = 'en-US' +languageDirection = 'ltr' languageName = 'English' title = 'CS School UAQ' weight = 2 |