From b3ac1892b9dfb7d6719ed9a4ef89da5cf40b8252 Mon Sep 17 00:00:00 2001 From: Samuel Jiang Date: Mon, 8 Jul 2019 00:07:30 +0800 Subject: [PATCH 1/2] fix wrong website title on lanaguage page In the serveral language index page, the title shows "Index| Open Source Guides". It could cause user confuse so that Index will be replaced by "Open Source Guides" translation. Signed-off-by: Samuel Jiang --- _articles/de/index.html | 1 + _articles/es/index.html | 1 + _articles/fr/index.html | 1 + _articles/id/index.html | 1 + _articles/ko/index.html | 1 + _articles/ta/index.html | 1 + _articles/zh-cn/index.html | 1 + _articles/zh-tw/index.html | 1 + 8 files changed, 8 insertions(+) diff --git a/_articles/de/index.html b/_articles/de/index.html index 81728ad404f..b2b9e921489 100644 --- a/_articles/de/index.html +++ b/_articles/de/index.html @@ -1,5 +1,6 @@ --- layout: index +title: Open Source Guides lang: de permalink: /de/ --- diff --git a/_articles/es/index.html b/_articles/es/index.html index a1820c19631..627d4f8ebb0 100644 --- a/_articles/es/index.html +++ b/_articles/es/index.html @@ -1,5 +1,6 @@ --- layout: index +title: Guías de código abierto lang: es permalink: /es/ --- diff --git a/_articles/fr/index.html b/_articles/fr/index.html index 761cd5f6d3d..63180a3fe60 100644 --- a/_articles/fr/index.html +++ b/_articles/fr/index.html @@ -1,5 +1,6 @@ --- layout: index +title: Open Source Guides lang: fr permalink: /fr/ --- diff --git a/_articles/id/index.html b/_articles/id/index.html index 7119f3351a8..abb7747315d 100644 --- a/_articles/id/index.html +++ b/_articles/id/index.html @@ -1,5 +1,6 @@ --- layout: index +title: Panduan Sumber Terbuka lang: id permalink: /id/ --- diff --git a/_articles/ko/index.html b/_articles/ko/index.html index 748ce4b7756..a3cbad5909a 100644 --- a/_articles/ko/index.html +++ b/_articles/ko/index.html @@ -1,5 +1,6 @@ --- layout: index +title: 오픈 소스 가이드 lang: ko permalink: /ko/ --- diff --git a/_articles/ta/index.html b/_articles/ta/index.html index 6d6e86b5645..f22f4323a11 100644 --- a/_articles/ta/index.html +++ b/_articles/ta/index.html @@ -1,5 +1,6 @@ --- layout: index +title: திறந்த மூல வழிகாட்டிகள் lang: ta permalink: /ta/ --- diff --git a/_articles/zh-cn/index.html b/_articles/zh-cn/index.html index 3b348f0ed67..f4347156ab8 100644 --- a/_articles/zh-cn/index.html +++ b/_articles/zh-cn/index.html @@ -1,5 +1,6 @@ --- layout: index +title: 开源软件指南 lang: zh-cn permalink: /zh-cn/ --- diff --git a/_articles/zh-tw/index.html b/_articles/zh-tw/index.html index 9e1eeb91162..5531989508b 100644 --- a/_articles/zh-tw/index.html +++ b/_articles/zh-tw/index.html @@ -1,5 +1,6 @@ --- layout: index +title: 開源軟體指南 lang: zh-tw permalink: /zh-tw/ --- From e616ff28d2a203ec4399656e6e15a5092f606acd Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sun, 7 Jul 2019 13:33:49 -0700 Subject: [PATCH 2/2] add index title for pt --- _articles/pt/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_articles/pt/index.html b/_articles/pt/index.html index 8313453ab62..a8eadd7fcc3 100644 --- a/_articles/pt/index.html +++ b/_articles/pt/index.html @@ -1,5 +1,6 @@ --- layout: index +title: Guias de código aberto lang: pt permalink: /pt/ ---