diff --git a/_includes/footer.html b/_includes/footer.html index 0d89a61a7c..dc26507abd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -14,7 +14,9 @@ {{ site.title | escape }} {% endif %} -
  • {{ site.email }}
  • + {% if site.email %} +
  • {{ site.email }}
  • + {% endif %}