From dc794cc65e8e4638e8c1de7bdce1bec64ee5be1f Mon Sep 17 00:00:00 2001 From: Fadil Sutomo Date: Wed, 10 Dec 2014 13:32:59 +0700 Subject: [PATCH] Fix to facilitate old LinkedIn URL Add a comment for LinkedIn profile --- _config.yml | 2 +- _includes/svg-icons.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}