another fix
This commit is contained in:
parent
ef2eb1809a
commit
1f57c3e80a
1 changed files with 3 additions and 8 deletions
11
_config.yml
11
_config.yml
|
@ -272,21 +272,16 @@ defaults:
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
author_profile: false
|
author_profile: false
|
||||||
|
sidebar: true
|
||||||
- scope:
|
- scope:
|
||||||
path: "_pages"
|
path: "_pages/en_US"
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
values:
|
||||||
permalink: /:basename:output_ext
|
permalink: /:basename:output_ext
|
||||||
lang: en
|
lang: en
|
||||||
- scope:
|
|
||||||
path: "_pages/en_US"
|
|
||||||
type: pages
|
|
||||||
values:
|
|
||||||
permalink: /index:output_ext
|
|
||||||
lang: en
|
|
||||||
- scope:
|
- scope:
|
||||||
path: "_pages/it_IT"
|
path: "_pages/it_IT"
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
values:
|
||||||
permalink: /it_IT/home:output_ext
|
permalink: /it_IT/:basename:output_ext
|
||||||
lang: it
|
lang: it
|
||||||
|
|
Loading…
Add table
Reference in a new issue