Skip to content

Commit 1962924

Browse files
authored
Merge pull request #4 from WassCodeur/main
Update navigation home label and add keywords meta tag for SEO
2 parents 72000e6 + c326278 commit 1962924

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
},
490490
"en": {
491491
"site-title": "Python Togo",
492-
"nav-home": "The Python Software Community Togo",
492+
"nav-home": "Home",
493493
"nav-about": "About",
494494
"nav-code": "Code of Conduct",
495495
"nav-events": "Events",

templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<meta name="robots" content="index, follow, max-snippet:320, max-image-preview:large, max-video-preview:-1">
1414
<meta name="theme-color" content="#121212">
1515
<meta name="application-name" content="Python Togo">
16+
<meta name="keywords" content="Python, Togo, Programmation, Développement, Communauté, Événements, Formation, Actualités, Partenaires, Code de conduite, The Python Software Community Togo, pycontg, PyCOn Togo, Python Togo Discord, Python Togo YouTube, Python Togo GitHub, PyTogo, PythonTogo, Python Togo Community">
1617

1718

1819
{# hreflang alternates for SEO #}

0 commit comments

Comments
 (0)