config: fix italian index.html generation
This commit is contained in:
parent
6bed2fb4cf
commit
ccbcb57266
1 changed files with 10 additions and 5 deletions
15
_config.yml
15
_config.yml
|
@ -326,14 +326,19 @@ defaults:
|
|||
values:
|
||||
permalink: /:basename:output_ext
|
||||
lang: en
|
||||
- scope:
|
||||
path: "_pages/en_US/home.md"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /index:output_ext
|
||||
- scope:
|
||||
path: "_pages/it_IT"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /it_IT/:basename:output_ext
|
||||
lang: it
|
||||
- scope:
|
||||
path: "_pages/en_US/home.md"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /index:output_ext
|
||||
- scope:
|
||||
path: "_pages/it_IT/home.md"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /it_IT/index:output_ext
|
||||
|
|
Loading…
Reference in a new issue