From 09740d24898c6d553236c482e64ff5abfdcd164b Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Tue, 26 Feb 2019 16:04:00 +0100 Subject: [PATCH] Minor changes Added noreffer and now open social links in a new tab --- layouts/partials/social.html | 41 +++++++++++++++++------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 327009d4..d400554b 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -1,57 +1,54 @@ {{ with .Site.Params.Social.Github }} - + {{ end }} {{ with .Site.Params.Social.LinkedIn }} - + {{ end }} {{ with .Site.Params.Social.Twitter }} - + {{ end }} {{ with .Site.Params.Social.Instagram }} - + {{ end }} {{ with .Site.Params.Social.Email}} - + {{ end }} {{ with .Site.Params.Social.Facebook}} - + {{ end }} {{ with .Site.Params.Social.Telegram}} - + {{ end }} {{ with .Site.Params.Social.Medium}} - + {{ end }} {{ with .Site.Params.Social.Gitlab}} - + {{ end }} {{ with .Site.Params.Social.Youtube}} - + {{ end }} {{ with .Site.Params.Social.Tumblr}} - + {{ end }} {{ with .Site.Params.Social.Quora}} - + {{ end }} {{ with .Site.Params.Social.Keybase}} - + {{ end }} {{ with .Site.Params.Social.Pinterest}} - + {{ end }} {{ with .Site.Params.Social.Reddit}} - + {{ end }} {{ with .Site.Params.Social.Codepen}} - + {{ end }} {{ with .Site.Params.Social.Bitbucket}} - + {{ end }} {{ with .Site.Params.Social.Stackoverflow}} - -{{ end }} - - - + +{{ end }} \ No newline at end of file