Simpler wiki home page table

This commit is contained in:
Ayaz Salikhov
2023-11-06 00:55:25 +01:00
parent 156cc18dd8
commit 8521680eb2

View File

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