diff --git a/hugo.toml b/hugo.toml index a5cfefc..2cc5b04 100644 --- a/hugo.toml +++ b/hugo.toml @@ -11,7 +11,8 @@ disableAliases = true gitforgeUrl = "https://gitforge.africa" repositoryUrl = "https://github.com/theafriforge" twitterHandle = "@theafriforge" - ogImage = "/images/og-theafriforge.png" + ogImage = "/images/og-theafriforge.jpg" + logoImage = "/images/logo-header.png" # Membership form configuration (fallback values). # Priority used in templates: # 1) HUGO_MEMBERSHIP_FORM_ACTION / HUGO_MEMBERSHIP_FORM_SUCCESS_PATH diff --git a/i18n/en.toml b/i18n/en.toml index d5d84b7..149bce6 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,6 +1,9 @@ [siteDescription] other = "African foundation for open-source software and digital sovereignty." +[seoImageAlt] +other = "TheAfriForge logo representing African digital sovereignty" + [gitforgeCta] other = "Access GitForge" diff --git a/i18n/fr.toml b/i18n/fr.toml index ee24b19..72c13ee 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -1,6 +1,9 @@ [siteDescription] other = "Fondation africaine du logiciel libre et de la souveraineté numerique." +[seoImageAlt] +other = "Logo TheAfriForge representant la souverainete numerique africaine" + [gitforgeCta] other = "Acceder a GitForge" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 87d559b..57c4569 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,6 +4,9 @@