-

Search results for ''

+

{{ t.search.search_results_for }} ''

{% include components/loading.html %} -
+
From 82482b3997defa90975e3ea12ca32cb18239e500 Mon Sep 17 00:00:00 2001 From: Brock Fanning Date: Thu, 28 Jun 2018 11:17:14 -0400 Subject: [PATCH 032/114] Incorporate current language into internal links in the menu. --- _includes/header.html | 14 +++++++------- _includes/multilingual.html | 6 ++++++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 3321b03..20e1530 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,7 +6,7 @@
- +

Status by Goal

- {% for goal in site.goals %} + {% for goal in site.goals %} {% assign goal_indicators = site.data.meta | where: 'sdg_goal', goal.sdg_goal %} {% assign goal_indicator_count = goal_indicators | size %} {% assign exploring_count = goal_indicators | where: 'reporting_status', 'notstarted' | size %} @@ -52,13 +52,13 @@

Status by Goal

- {{ goal.short }} + {{ goal.short }} {{ goal_indicators | size }} {{ t.global.indicators | downcase }}

From e397a24d2ae6d675ed4b3eed869b9321875380ee Mon Sep 17 00:00:00 2001 From: Brock Fanning Date: Fri, 29 Jun 2018 16:08:30 -0400 Subject: [PATCH 036/114] Trying translated goal data. --- _layouts/goal.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_layouts/goal.html b/_layouts/goal.html index f7dc4d6..e936d68 100644 --- a/_layouts/goal.html +++ b/_layouts/goal.html @@ -1,16 +1,17 @@ {% include head.html %} {% include header.html %} +{% assign goal_number = page.sdg_goals %} +{% assign goal = t.goals_un[goal_number] %}
- {{ goal.short }} - {{ t.global.goal }} {{ goal.goal }} + {{ goal.short }} - {{ t.global.goal }} {{ goal_number }}

- {% assign goal = site.goals | where: "sdg_goal", page.sdg_goal | first %} - {{ goal.title }} + {{ goal.title }}

From 9b095b54f4d8556b254b545533bec5ff4441d514 Mon Sep 17 00:00:00 2001 From: Brock Fanning Date: Fri, 29 Jun 2018 16:09:36 -0400 Subject: [PATCH 037/114] Typo fix. --- _layouts/goal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/goal.html b/_layouts/goal.html index e936d68..c6aa1ab 100644 --- a/_layouts/goal.html +++ b/_layouts/goal.html @@ -1,6 +1,6 @@ {% include head.html %} {% include header.html %} -{% assign goal_number = page.sdg_goals %} +{% assign goal_number = page.sdg_goal %} {% assign goal = t.goals_un[goal_number] %}
From 9e39af19cc08d2ab3ef25dc70c3fd1cba6815c3d Mon Sep 17 00:00:00 2001 From: Brock Fanning Date: Fri, 29 Jun 2018 16:14:06 -0400 Subject: [PATCH 038/114] Var name fix. --- _layouts/goal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/goal.html b/_layouts/goal.html index c6aa1ab..5882903 100644 --- a/_layouts/goal.html +++ b/_layouts/goal.html @@ -1,7 +1,7 @@ {% include head.html %} {% include header.html %} {% assign goal_number = page.sdg_goal %} -{% assign goal = t.goals_un[goal_number] %} +{% assign goal = t.un_goals[goal_number] %}
From 0b42e49c1f77f754ac897806f3d39ec37f4f78e4 Mon Sep 17 00:00:00 2001 From: Brock Fanning Date: Mon, 2 Jul 2018 15:30:05 -0400 Subject: [PATCH 039/114] Switch "global" to "general" to avoid confusion with actual "global" stuff --- _includes/components/breadcrumb.html | 8 ++++---- _includes/components/loading.html | 2 +- _includes/components/metadata.html | 2 +- _includes/head.html | 2 +- _includes/header.html | 4 ++-- _layouts/frontpage.html | 2 +- _layouts/goal.html | 6 +++--- _layouts/indicator.html | 6 +++--- _layouts/reportingstatus.html | 6 +++--- _layouts/search.html | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/_includes/components/breadcrumb.html b/_includes/components/breadcrumb.html index 1c1fb8c..d098caa 100644 --- a/_includes/components/breadcrumb.html +++ b/_includes/components/breadcrumb.html @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/_includes/components/loading.html b/_includes/components/loading.html index 3a1e428..82181e6 100644 --- a/_includes/components/loading.html +++ b/_includes/components/loading.html @@ -1,3 +1,3 @@
- {{ t.global.loading }} + {{ t.general.loading }}
diff --git a/_includes/components/metadata.html b/_includes/components/metadata.html index 84c98e1..acdcd63 100644 --- a/_includes/components/metadata.html +++ b/_includes/components/metadata.html @@ -15,7 +15,7 @@ {% if meta[indicator_metadata.name] contains "http" or meta[indicator_metadata.name] contains "mailto" %} - {{ url_text }} {{ t.global.opens_new_window }} + {{ url_text }} {{ t.general.opens_new_window }} {% endif %} diff --git a/_includes/head.html b/_includes/head.html index e35ceb4..5cc1f61 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,7 +15,7 @@ ================================================== --> {% assign goal = site.goals | where: "sdg_goal", page.sdg_goal | first %} {% capture page_title %} - {{ t.global.indicator }} {{ page.indicator }} - {{ t.global.goal }} {{ goal.goal }} - {{ goal.short }} + {{ t.general.indicator }} {{ page.indicator }} - {{ t.general.goal }} {{ goal.goal }} - {{ goal.short }} {% endcapture %} {% if page.indicator %}{{ page_title | escape }}{% else %}{{ site.title | escape }}{% endif %} diff --git a/_includes/header.html b/_includes/header.html index 20e1530..084ad33 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,7 +7,7 @@
- {{ t.global.sdg }} - {{ t.header.tag_line }} + {{ t.general.sdg }} - {{ t.header.tag_line }}