Parcourir la source

open contact link in new window/tab

ppoffice il y a 10 ans
Parent
commit
9a9160b3b6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>