Corrige problème de caractères spéciaux dans le titre des articles

This commit is contained in:
2026-02-16 18:31:05 +01:00
parent 729400e03d
commit 77666abbca

View File

@@ -20,7 +20,7 @@ def new_page(title: str, path: Path) -> Path:
f"""\ f"""\
--- ---
date: {today} date: {today}
title: {title} title: "{title}"
id: {id} id: {id}
category: category:
tags: tags: