From c326278552ffd44bfe74994b04adb7b4ccd03293 Mon Sep 17 00:00:00 2001 From: WassCodeur Date: Thu, 4 Dec 2025 02:00:32 +0000 Subject: [PATCH] Update navigation home label and add keywords meta tag for SEO --- main.py | 2 +- templates/base.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 110dbe4..7d4dc98 100644 --- a/main.py +++ b/main.py @@ -489,7 +489,7 @@ }, "en": { "site-title": "Python Togo", - "nav-home": "The Python Software Community Togo", + "nav-home": "Home", "nav-about": "About", "nav-code": "Code of Conduct", "nav-events": "Events", diff --git a/templates/base.html b/templates/base.html index baf0895..08d7636 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,7 @@ + {# hreflang alternates for SEO #}