瀏覽代碼

open contact link in new window/tab

ppoffice 10 年之前
父節點
當前提交
9a9160b3b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>