Skip to content

Commit

Permalink
add icon_names for social icons to API (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Aug 19, 2015
1 parent f962329 commit 6ab264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ab264a

Please sign in to comment.