From 7fe1c8e7557b8f6175ef404acd7b3a2b23acb8a4 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 7 May 2024 20:15:29 -0600 Subject: Fix language select button --- _data/en/strings.yml | 4 ++-- _data/es/strings.yml | 2 ++ _includes/header.liquid | 17 +++++++++-------- _includes/language_select_button.liquid | 20 ++++++++++---------- index.html | 1 - 5 files changed, 23 insertions(+), 21 deletions(-) diff --git a/_data/en/strings.yml b/_data/en/strings.yml index b13c969..0fb83f3 100644 --- a/_data/en/strings.yml +++ b/_data/en/strings.yml @@ -1,5 +1,5 @@ - - +en: English +es: Español global: language: Language now: Now diff --git a/_data/es/strings.yml b/_data/es/strings.yml index 14bd9be..22bd9a3 100644 --- a/_data/es/strings.yml +++ b/_data/es/strings.yml @@ -1,3 +1,5 @@ +en: English +es: Español global: language: Lenguaje now: Ahora diff --git a/_includes/header.liquid b/_includes/header.liquid index e303e4b..3ca30ed 100644 --- a/_includes/header.liquid +++ b/_includes/header.liquid @@ -4,12 +4,13 @@ {% seo %} - - {{ site.name }} - - - - - - + + + {{ site.name }} + + + + + + diff --git a/_includes/language_select_button.liquid b/_includes/language_select_button.liquid index 146ac68..73c52ef 100644 --- a/_includes/language_select_button.liquid +++ b/_includes/language_select_button.liquid @@ -8,17 +8,17 @@ diff --git a/index.html b/index.html index d042d72..9445805 100644 --- a/index.html +++ b/index.html @@ -3,4 +3,3 @@ layout: default --- {% include index.liquid %} -{{ site.languages | jsonify}} -- cgit v1.2.3