Fix table style on the home page

This commit is contained in:
Ayaz Salikhov
2023-11-07 14:35:37 +01:00
parent 3badd8f21c
commit 716683512e

View File

@@ -12,7 +12,7 @@ LOGGER = logging.getLogger(__name__)
def update_home_wiki_page(wiki_dir: Path, month: str) -> None: def update_home_wiki_page(wiki_dir: Path, month: str) -> None:
TABLE_BEGINNING = """\ TABLE_BEGINNING = """\
| Month | | Month |
| - | | ---------------------- |
""" """
wiki_home_file = wiki_dir / "Home.md" wiki_home_file = wiki_dir / "Home.md"
wiki_home_content = wiki_home_file.read_text() wiki_home_content = wiki_home_file.read_text()