Fix the config
This commit is contained in:
parent
50a0b72d0f
commit
e7222dcbbd
1 changed files with 2 additions and 4 deletions
|
@ -310,9 +310,6 @@ defaults:
|
||||||
- scope:
|
- scope:
|
||||||
path: "_pages/pt_BR"
|
path: "_pages/pt_BR"
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
|
||||||
permalink: /pt_BR/:basename:output_ext
|
|
||||||
lang: pt
|
|
||||||
- scope:
|
- scope:
|
||||||
path: "_pages/en_US/home.txt"
|
path: "_pages/en_US/home.txt"
|
||||||
type: pages
|
type: pages
|
||||||
|
@ -342,4 +339,5 @@ defaults:
|
||||||
path: "_pages/pt_BR/home.txt"
|
path: "_pages/pt_BR/home.txt"
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
values:
|
||||||
permalink: /pt_BR/index:output_ext
|
permalink: /pt_BR/:basename:output_ext
|
||||||
|
lang: pt
|
||||||
|
|
Loading…
Reference in a new issue