fix profile contact undefined bug
parent
a5bbb80eb6
commit
0b0a2aee20
|
@ -17,7 +17,7 @@
|
||||||
<span><%= (site.tags.length > 1?__('profile.tags'):__('profile.tag')) %></span>
|
<span><%= (site.tags.length > 1?__('profile.tags'):__('profile.tag')) %></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% if(theme.contacts && theme.contacts.length > 0) { %>
|
<% if(theme.contacts) { %>
|
||||||
<div class="contact-info profile-block">
|
<div class="contact-info profile-block">
|
||||||
<table class="contact-list">
|
<table class="contact-list">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue