Skip to content

Commit

Permalink
Version 1.1.1 - Fix: target blank social link
Browse files Browse the repository at this point in the history
  • Loading branch information
h4t0n committed Jan 17, 2016
1 parent 7c76b16 commit b096814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
html: '<i class="fa fa-'+type+'"></i>',
title: type,
href: url,
target: "_blank"
})
).appendTo('.social_link');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Odin",
"version": "1.1.0"
"version": "1.1.1"
}

0 comments on commit b096814

Please sign in to comment.