Removed email as it was already a bit too much on the navmenu; better for mobile now and email is still there in the "contact" section using mailto
This commit is contained in:
parent
92fe0a1a47
commit
b957204804
@ -36,9 +36,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{% if section.email or section.phone %}
|
{% if section.phone %}
|
||||||
<li>
|
<li>
|
||||||
<p>{{ section.email }}</p>
|
|
||||||
<p>{{ section.phone }}</p>
|
<p>{{ section.phone }}</p>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user