From 30480a0979e7e38851db36b2c098dbe97dbdea18 Mon Sep 17 00:00:00 2001 From: Pierpaolo Pantone <24alsecondo@gmail.com> Date: Sat, 18 Feb 2023 18:42:03 +0100 Subject: [PATCH 1/2] Open footer links in a new tab --- _includes/svg-icons.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html index 4625d97..7c628f6 100644 --- a/_includes/svg-icons.html +++ b/_includes/svg-icons.html @@ -1,15 +1,15 @@ -{% if site.footer-links.dribbble %}{% endif %} -{% if site.footer-links.email %}{% endif %} -{% if site.footer-links.facebook %}{% endif %} -{% if site.footer-links.flickr %}{% endif %} -{% if site.footer-links.github %}{% endif %} -{% if site.footer-links.instagram %}{% endif %} -{% if site.footer-links.linkedin %}{% endif %} -{% if site.footer-links.pinterest %}{% endif %} -{% if site.footer-links.rss %}{% endif %} -{% if site.footer-links.twitter %}{% endif %} -{% if site.footer-links.stackoverflow %}{% endif %} -{% if site.footer-links.youtube %}{% endif %} -{% if site.footer-links.googleplus %}{% endif %} -{% if site.footer-links.playconsole %}{% endif %} -{% if site.footer-links.mastodon %}{% endif %} +{% if site.footer-links.dribbble %}{% endif %} +{% if site.footer-links.email %}{% endif %} +{% if site.footer-links.facebook %}{% endif %} +{% if site.footer-links.flickr %}{% endif %} +{% if site.footer-links.github %}{% endif %} +{% if site.footer-links.instagram %}{% endif %} +{% if site.footer-links.linkedin %}{% endif %} +{% if site.footer-links.pinterest %}{% endif %} +{% if site.footer-links.rss %}{% endif %} +{% if site.footer-links.twitter %}{% endif %} +{% if site.footer-links.stackoverflow %}{% endif %} +{% if site.footer-links.youtube %}{% endif %} +{% if site.footer-links.googleplus %}{% endif %} +{% if site.footer-links.playconsole %}{% endif %} +{% if site.footer-links.mastodon %}{% endif %} From a153b19ae44ddf79b46d246d0f53883fbed66ccc Mon Sep 17 00:00:00 2001 From: Pierpaolo Pantone <24alsecondo@gmail.com> Date: Sat, 18 Feb 2023 18:48:00 +0100 Subject: [PATCH 2/2] Don't open a new tab when clicking on email link --- _includes/svg-icons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html index 7c628f6..be731be 100644 --- a/_includes/svg-icons.html +++ b/_includes/svg-icons.html @@ -1,5 +1,5 @@ {% if site.footer-links.dribbble %}{% endif %} -{% if site.footer-links.email %}{% endif %} +{% if site.footer-links.email %}{% endif %} {% if site.footer-links.facebook %}{% endif %} {% if site.footer-links.flickr %}{% endif %} {% if site.footer-links.github %}{% endif %}