diff --git a/_config.yml b/_config.yml
index cdb46a3119c80..378e74abcc79d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -23,7 +23,7 @@ footer-links:
flickr:
github: barryclark/jekyll-now
instagram:
- linkedin:
+ linkedin: # please copy the full URL of your linkedIn public profile
pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: jekyllrb
diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html
index b96c32c34e6c7..52d2e8dc0432e 100644
--- a/_includes/svg-icons.html
+++ b/_includes/svg-icons.html
@@ -4,7 +4,7 @@
{% if site.footer-links.flickr %}{% include svg-icons/flickr.html %}{% endif %}
{% if site.footer-links.github %}{% include svg-icons/github.html %}{% endif %}
{% if site.footer-links.instagram %}{% include svg-icons/instagram.html %}{% endif %}
- {% if site.footer-links.linkedin %}{% include svg-icons/linkedin.html %}{% endif %}
+ {% if site.footer-links.linkedin %}{% include svg-icons/linkedin.html %}{% endif %}
{% if site.footer-links.pinterest %}{% include svg-icons/pinterest.html %}{% endif %}
{% if site.footer-links.rss %}{% include svg-icons/rss.html %}{% endif %}
{% if site.footer-links.twitter %}{% include svg-icons/twitter.html %}{% endif %}