diff --git a/build.py b/build.py index ce5e55c..65705dd 100644 --- a/build.py +++ b/build.py @@ -31,7 +31,7 @@ for page_name, translations in content.items(): continue label = LANG_LABELS.get(other_lang, other_lang) - link = f'{label}' + link = f'{label}' links.append(link) language_switcher = " ".join(links)