Skip to content

Commit

Permalink
Fallback on name display
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneCurcuru committed Mar 5, 2024
1 parent 143844f commit df98277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/foundation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<article class="foundation_single" itemscope itemtype="http://schema.org/Organization">
{% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: '%B %d, %Y' }}">{% endif %}
<h1 id="name"><a href="#name" class="anchor-heading" aria-labelledby="name"></a>
{{ page.legalName }}
{% if page.legalName %}{{ page.legalName }}{% else %}{{ page.commonName }}{% endif %}
</h1>
<section id="general-section">
<h2 id="general">General</h2>
Expand Down

0 comments on commit df98277

Please sign in to comment.