Browse Source

open contact link in new window/tab

ppoffice 10 years ago
parent
commit
9a9160b3b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layout/_partial/profile.ejs

+ 1 - 1
layout/_partial/profile.ejs

@@ -21,7 +21,7 @@
       <table class="contact-list">
         <tr>
         <% for(var i in theme.contacts) { %>
-          <td><a href="<%- url_for(theme.contacts[i]) %>" title="<%= i %>"><i class="fa fa-<%= i %>"></i></a></td>
+          <td><a href="<%- url_for(theme.contacts[i]) %>" target="_blank" title="<%= i %>"><i class="fa fa-<%= i %>"></i></a></td>
         <% } %>
         </tr>
       </table>