summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <[email protected]>2024-07-30 20:55:12 -0600
committerAlejandro <[email protected]>2024-07-30 20:55:12 -0600
commit3a4eaf85f350cf919b3da8218b3584d762ce79f2 (patch)
treec108a05bebf8208bb544efdf161d61ea672610d6
parentb6fb458772d1d6a1ce11c78462b9645fe6865483 (diff)
added: language direction
-rw-r--r--hugo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 0bbeed7..70c00f8 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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