config: fix italian index.html generation

This commit is contained in:
lifehackerhansol 2023-12-19 13:05:01 -08:00
parent 6bed2fb4cf
commit ccbcb57266
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -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