From ddf689143111e1e80e26762f46a635a9b053bb8b Mon Sep 17 00:00:00 2001 From: Paulo de Almeida Date: Thu, 9 Mar 2017 10:58:24 -0300 Subject: [PATCH 1/4] adicionado tag de favicon --- _includes/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/head.html b/_includes/head.html index f6c9a40..4295240 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,6 +4,7 @@ + {% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %} From d8f1fd9adf1bda7629253c8a3086b602ce1ba61e Mon Sep 17 00:00:00 2001 From: Paulo de Almeida Date: Thu, 9 Mar 2017 11:11:06 -0300 Subject: [PATCH 2/4] adicionados grupo do FB e GH --- _config.yml | 4 ++-- _includes/footer.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 6d27fbf..d175d8d 100644 --- a/_config.yml +++ b/_config.yml @@ -11,8 +11,8 @@ url: "http://grupyba.com.br" # Social twitter_username: -github_username: -facebook_username: +github_username: GruPyBA +facebook_group: grupyba email_username: grupy-ba@googlegroups.com telegram_group: grupyba diff --git a/_includes/footer.html b/_includes/footer.html index b3ee95c..ef51eb2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -14,7 +14,7 @@ {% if site.twitter_username %}
  • - + @@ -22,9 +22,9 @@
  • {% endif %} - {% if site.facebook_username %} + {% if site.facebook_group %}
  • - + @@ -34,7 +34,7 @@ {% endif %} {% if site.github_username %}
  • - + @@ -54,7 +54,7 @@ {% endif %} {% if site.telegram_group %}
  • - + From 761d6e489099f9d065070b1895606cdc322ba096 Mon Sep 17 00:00:00 2001 From: Paulo de Almeida Date: Thu, 9 Mar 2017 14:22:24 -0300 Subject: [PATCH 3/4] adicionado ribbon com o forkme --- _includes/github_ribbon.html | 2 ++ _includes/head.html | 6 ++++++ _includes/nav.html | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 _includes/github_ribbon.html diff --git a/_includes/github_ribbon.html b/_includes/github_ribbon.html new file mode 100644 index 0000000..d3863ba --- /dev/null +++ b/_includes/github_ribbon.html @@ -0,0 +1,2 @@ + +Fork me on GitHub \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index 4295240..c5a391e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -19,6 +19,12 @@ + + diff --git a/_includes/nav.html b/_includes/nav.html index e262843..c6be466 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,5 +1,8 @@