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"""\
|
f"""\
|
||||||
---
|
---
|
||||||
date: {today}
|
date: {today}
|
||||||
title: {title}
|
title: "{title}"
|
||||||
id: {id}
|
id: {id}
|
||||||
category:
|
category:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user