From b957204804c4af38850c1d8d6fe60596951bc9cf Mon Sep 17 00:00:00 2001 From: Richard Thier Date: Fri, 28 Feb 2020 17:05:47 +0100 Subject: [PATCH] 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 --- prosopopee/themes/exposure/templates/sections/navmenu.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prosopopee/themes/exposure/templates/sections/navmenu.html b/prosopopee/themes/exposure/templates/sections/navmenu.html index 19c9c0d..d455860 100644 --- a/prosopopee/themes/exposure/templates/sections/navmenu.html +++ b/prosopopee/themes/exposure/templates/sections/navmenu.html @@ -36,9 +36,8 @@ {% endif %} - {% if section.email or section.phone %} + {% if section.phone %}
  • -

    {{ section.email }}

    {{ section.phone }}

  • {% endif %}