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