mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-08-13 08:45:38 -04:00
Fixed missing space
This commit is contained in:
parent
801a8bb7a4
commit
ad914d3515
1 changed files with 2 additions and 2 deletions
2
build.py
2
build.py
|
@ -92,7 +92,7 @@ def get_languages_md(page):
|
||||||
link_md = "["+lang+"]("+link_target+") | "
|
link_md = "["+lang+"]("+link_target+") | "
|
||||||
lang_list += link_md
|
lang_list += link_md
|
||||||
|
|
||||||
return langs_md.replace("{LANGS}", lang_list[:-2])
|
return langs_md.replace("{LANGS}", lang_list[:-3])
|
||||||
|
|
||||||
|
|
||||||
def get_menu_md(lang):
|
def get_menu_md(lang):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue