diff --git a/2017/index.html b/2017/index.html index 17058bb..2d4802d 100644 --- a/2017/index.html +++ b/2017/index.html @@ -41,7 +41,7 @@

Please wait for loading the projects ...

- + @@ -81,7 +81,7 @@

{{ post.content }}

Please wait for loading the projects ...

-

+ diff --git a/2017/js.html b/2017/js.html index 1b4071d..9dc2495 100644 --- a/2017/js.html +++ b/2017/js.html @@ -13,3 +13,23 @@ + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index ae82654..e99e76b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -19,11 +19,5 @@ - - - diff --git a/_includes/mentor_process.html b/_includes/mentor_process.html index 40cc672..d5a5db8 100644 --- a/_includes/mentor_process.html +++ b/_includes/mentor_process.html @@ -29,7 +29,7 @@

Okay, let's mentor!

- +
diff --git a/_includes/navigation.html b/_includes/navigation.html index 74b68d4..1408e96 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -9,13 +9,22 @@ - {{ site.title }} + {{ site.title }}

Please wait for loading the projects ...

-
+ @@ -75,7 +58,7 @@

- +
@@ -97,7 +80,7 @@

{{ post.content }}

Please wait for loading the projects ...

-

+ diff --git a/js/github.js b/js/github.js index a866455..2ffdbeb 100644 --- a/js/github.js +++ b/js/github.js @@ -69,7 +69,7 @@ function get_gsoc_hint(labels){ result = ""; current_url = window.location.href; for(var i = 0; i < labels.length; i++) { - if (labels[i].name == 'GSoC') { + if (labels[i].name == 'GSoC-2018') { if(current_url.indexOf('gsoc') > -1) { url = current_url; }