We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07ca5bf + 743dbc2 commit 5833bf7Copy full SHA for 5833bf7
README.md
@@ -20,7 +20,7 @@ The following `Front Matter` is required for the multilingual setup in all files
20
21
- `name:` group name for unique article. Each translation must share the same group name, e.g. `october15-report`
22
- `id:` each article translation must have a unique ID. Use the language code + `-name` field. e.g. `en-october15-report`
23
- - `permalink:` the must include the language code, end a trailing slash, e.g. `/en/2015/12/31/report/`.
+ - `permalink:` must include the language code and end with a trailing slash, e.g. `/en/2015/12/31/report/`.
24
- `title:` the translated title of the article
25
- `type:` the content type (`pages`, `posts`, `releases`, `meetings`, etc.)
26
- `layout:` the layout template (`page`, `post`, etc.)
0 commit comments