From 3a4eaf85f350cf919b3da8218b3584d762ce79f2 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Tue, 30 Jul 2024 20:55:12 -0600 Subject: added: language direction --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hugo.toml') 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 -- cgit v1.2.3