Revert "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 reverts commit b957204804c4af38850c1d8d6fe60596951bc9cf.
This commit is contained in:
Richard Thier 2020-02-28 17:06:26 +01:00
parent b957204804
commit 4c6d8bd381

View File

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