mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-08-12 08:20:11 -04:00
Fixed missing space
This commit is contained in:
parent
801a8bb7a4
commit
ad914d3515
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -89,10 +89,10 @@ def get_languages_md(page):
|
|||
lang_ext_str = ""
|
||||
|
||||
link_target = page_base_name+lang_ext_str+".html"
|
||||
link_md = "["+lang+"]("+link_target+") |"
|
||||
link_md = "["+lang+"]("+link_target+") | "
|
||||
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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue