Corrige problème de caractères spéciaux dans le titre des articles
This commit is contained in:
@@ -20,7 +20,7 @@ def new_page(title: str, path: Path) -> Path:
|
||||
f"""\
|
||||
---
|
||||
date: {today}
|
||||
title: {title}
|
||||
title: "{title}"
|
||||
id: {id}
|
||||
category:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user