From 8fe37721b9c548a83e1692f9562550deae7641ec Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Tue, 19 May 2026 14:02:01 +0100 Subject: [PATCH] make website field optional --- _includes/foundation-single.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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