open contact link in new window/tab
parent
a8442f2447
commit
9a9160b3b6
|
@ -21,7 +21,7 @@
|
||||||
<table class="contact-list">
|
<table class="contact-list">
|
||||||
<tr>
|
<tr>
|
||||||
<% for(var i in theme.contacts) { %>
|
<% 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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue