Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _includes/foundation-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<h2>
<a id="{{ fdn.identifier }}" href="/foundations/{{ fdn.identifier }}">{{ fdn.legalName }}</a>
</h2>
<abbr title="Primary website homepage.">Website</abbr>: <a href="{{ fdn.website }}">{{ fdn.website }}</a><br/>
{% if fdn.website %}
<abbr title="Primary website homepage.">Website</abbr>: <a href="{{ fdn.website }}">{{ fdn.website }}</a><br/>
{% endif %}
<abbr title="Specific type of non-profit; US or other country type.">Nonprofit Type</abbr>: {{ fdn.nonprofitStatus }}<br/>
{{ fdn.description }}
</li>