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:
|
values:
|
||||||
permalink: /:basename:output_ext
|
permalink: /:basename:output_ext
|
||||||
lang: en
|
lang: en
|
||||||
- scope:
|
|
||||||
path: "_pages/en_US/home.md"
|
|
||||||
type: pages
|
|
||||||
values:
|
|
||||||
permalink: /index:output_ext
|
|
||||||
- scope:
|
- scope:
|
||||||
path: "_pages/it_IT"
|
path: "_pages/it_IT"
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
values:
|
||||||
permalink: /it_IT/:basename:output_ext
|
permalink: /it_IT/:basename:output_ext
|
||||||
lang: it
|
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