From 130051f7467ca4abb53a302daa130c0e33c994d9 Mon Sep 17 00:00:00 2001 From: Alexsandre Almeida Date: Tue, 27 Aug 2019 19:06:51 -0300 Subject: [PATCH] create whatsapp social link --- _config.yml | 1 + _includes/social_footer.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 5bc24dc25..63ab9b269 100755 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,7 @@ instagram_url: # add url link pinterest_url: # add url link dribbble_url: # add url link facebook_url: # add url link +whatsapp_url: # add url link # Disqus discus_identifier: mr-brown # add your discus identifier. Not your username. To get this, register your forum here with a unique ID: https://disqus.com/admin/create/ diff --git a/_includes/social_footer.html b/_includes/social_footer.html index 36faedf28..552c2e03e 100644 --- a/_includes/social_footer.html +++ b/_includes/social_footer.html @@ -30,4 +30,9 @@ {% else %}
  • {% endif %} + {% if site.whatsapp_url %} +
  • + {% else %} +
  • + {% endif %} \ No newline at end of file