mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Fix table style on the home page
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user