From fda8d43c932385f5b21d66342f5c1e8ef7def321 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Fri, 13 Jun 2014 08:59:59 -0400 Subject: Moved SVG icon markup to an include --- _includes/svg-icons.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _includes/svg-icons.html (limited to '_includes') diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html new file mode 100644 index 0000000..cb6735d --- /dev/null +++ b/_includes/svg-icons.html @@ -0,0 +1,10 @@ + {% if site.footer-links.dribbble %}{% include svg-icons/dribbble.html %}{% endif %} + {% if site.footer-links.email %}{% include svg-icons/email.html %}{% endif %} + {% if site.footer-links.facebook %}{% include svg-icons/facebook.html %}{% endif %} + {% 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.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 %} \ No newline at end of file -- cgit v1.2.3