From 223862f863fd5d8265b6240568a681c7cf134d7c Mon Sep 17 00:00:00 2001 From: Kunal Dabir Date: Mon, 2 Apr 2018 18:04:48 +0530 Subject: open links in new tab some links were opening in the same tab, applying same class as those that were opening in new tab. --- layouts/partials/social_buttons_in_sidebar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/social_buttons_in_sidebar.html b/layouts/partials/social_buttons_in_sidebar.html index 9460c40..d03e4ae 100644 --- a/layouts/partials/social_buttons_in_sidebar.html +++ b/layouts/partials/social_buttons_in_sidebar.html @@ -25,17 +25,17 @@ {{end}} {{ with .Site.Params.social.linkedin }} - + {{end}} {{ with .Site.Params.social.stackoverflow }} - + {{end}} {{ with .Site.Params.social.github }} - + {{end}} -- cgit v1.2.3