Melora Hugues
a03fba7567
Enable multilanguage support with two separate (/en and /fr) base directories containing each a sample article
16 lines
170 B
Markdown
16 lines
170 B
Markdown
---
|
|
title: "Premier Post"
|
|
date: 2023-06-19T11:37:35+02:00
|
|
draft: true
|
|
---
|
|
|
|
## Titre
|
|
|
|
Ceci est mon contenu
|
|
|
|
```python
|
|
def method(args):
|
|
print("toto")
|
|
return args
|
|
```
|
|
|