From 6ab264afbe3568527e50e94b46029ced8f025d27 Mon Sep 17 00:00:00 2001 From: Paul C Pederson Date: Wed, 19 Aug 2015 10:15:29 -0700 Subject: [PATCH] add icon_names for social icons to API (#328) --- bin/deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.js b/bin/deploy.js index cc36cdb6e..bbd3f742c 100755 --- a/bin/deploy.js +++ b/bin/deploy.js @@ -49,7 +49,7 @@ function constructItem(content, meta) { if (meta.page === 'Icons') { if (content.title === 'Social Icons') { - item.icon_names = icons.social + item.icon_names = icons } if (content.title === 'Icon Font') { item.icon_names = iconFont