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:
Richard Thier 2020-02-28 17:05:47 +01:00
parent 92fe0a1a47
commit b957204804

View File

@ -36,9 +36,8 @@
{% endif %}
</ul>
</li>
{% if section.email or section.phone %}
{% if section.phone %}
<li>
<p>{{ section.email }}</p>
<p>{{ section.phone }}</p>
</li>
{% endif %}