Skip to content

Commit

Permalink
Fix table style on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Nov 7, 2023
1 parent 3badd8f commit 7166835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tagging/update_wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

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()
Expand Down

0 comments on commit 7166835

Please sign in to comment.