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 %}