From 05b7518df8bc02617148fe7b855d8a3ab2004ee3 Mon Sep 17 00:00:00 2001 From: Larsen Vallecillo Date: Mon, 25 Jun 2018 10:10:33 -0500 Subject: [PATCH] Fix homepage --- _config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_config.yml b/_config.yml index 7da9bf864..a91f5dd30 100644 --- a/_config.yml +++ b/_config.yml @@ -285,3 +285,13 @@ defaults: values: permalink: /it_IT/:basename:output_ext lang: it + - scope: + path: "_pages/en_US/home.txt" + type: pages + values: + permalink: /index:output_ext + - scope: + path: "_pages/it_IT/home.txt" + type: pages + values: + permalink: /it_IT/index:output_ext