From 79e952b8aa1b0bb6817f8bfc3f4b256fe0ef1303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Estev=C3=A3o?= Date: Wed, 25 Jul 2018 16:22:00 +0100 Subject: [PATCH] Add social links This change adds gitlab, bitbucket and stack overflow. --- _data/data.yml | 5 +++- _includes/contact.html | 65 ++++++++++++++++++++++++++++++++++++++++++ _includes/sidebar.html | 38 ++---------------------- 3 files changed, 72 insertions(+), 36 deletions(-) create mode 100644 _includes/contact.html diff --git a/_data/data.yml b/_data/data.yml index 63c6517..257969c 100644 --- a/_data/data.yml +++ b/_data/data.yml @@ -19,8 +19,11 @@ sidebar: website: blog.webjeda.com #do not add http:// linkedin: alandoe github: sharu725 + gitlab: + bitbucket: twitter: '@webjeda' - codewars: codewars_username + stack-overflow: # Number/Username, e.g. 123456/alandoe + codewars: languages: - language: diff --git a/_includes/contact.html b/_includes/contact.html new file mode 100644 index 0000000..eff437e --- /dev/null +++ b/_includes/contact.html @@ -0,0 +1,65 @@ +
+ +
\ No newline at end of file diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 13c3dc0..71b0b72 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -8,48 +8,16 @@ {% endif %} {% if site.data.data.sidebar.name %} -

{{site.data.data.sidebar.name}}

+

{{ site.data.data.sidebar.name }}

{% endif %} {% if site.data.data.sidebar.tagline %} -

{{site.data.data.sidebar.tagline}}

+

{{ site.data.data.sidebar.tagline }}

{% endif %} -
- -
+ {% include contact.html %} {% if site.education_in_main == null or site.education_in_main == false %} {% include education.html %}