Skip to content

Commit 79113bd

Browse files
KeatsDrodt
authored andcommitted
Update docs
1 parent 98f4ce7 commit 79113bd

File tree

1 file changed

+4
-4
lines changed
  • docs/content/documentation/content

1 file changed

+4
-4
lines changed

docs/content/documentation/content/page.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ If you want URLs containing non-ASCII characters, `slugify.paths` needs to be se
4949

5050
The output path for the page will first be read from the `slug` key in the page's frontmatter.
5151

52-
**Example:** (file `content/zines/mlf-kurdistan.md`)
52+
**Example:** (file `content/zines/élevage-chèvre.md`)
5353

5454
```
5555
+++
56-
title = "Le mouvement des Femmes Libres, à la tête de la libération kurde"
57-
slug = "femmes-libres-libération-kurde"
56+
title = "L'élevage de chèvres, la carrière alternative de tous dévelopeurs'"
57+
slug = "élevage-chèvre-carrière-alternative"
5858
+++
5959
This is my article.
6060
```
6161

62-
This frontmatter will output the article to `[base_url]/zines/femmes-libres-libération-kurde` with `slugify.paths` set to `"safe"` or `"off"`, and to `[base_url]/zines/femmes-libres-liberation-kurde` with the default value for `slugify.paths` of `"on"`.
62+
This frontmatter will output the article to `[base_url]/zines/élevage-chèvre-carrière-alternative` with `slugify.paths` set to `"safe"` or `"off"`, and to `[base_url]/zines/elevage-chevre-carriere-alternative` with the default value for `slugify.paths` of `"on"`.
6363

6464
### Path from filename
6565

0 commit comments

Comments
 (0)