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

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