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

    {{ section.email }}

    {{ section.phone }}

  • {% endif %}