diff --git a/_includes/foundation-single.html b/_includes/foundation-single.html index b5b2e8d..1d8252b 100644 --- a/_includes/foundation-single.html +++ b/_includes/foundation-single.html @@ -2,7 +2,9 @@

{{ fdn.legalName }}

- Website: {{ fdn.website }}
+ {% if fdn.website %} + Website: {{ fdn.website }}
+ {% endif %} Nonprofit Type: {{ fdn.nonprofitStatus }}
{{ fdn.description }} \ No newline at end of file