Skip to content

Commit

Permalink
Added "and others" to author name if secondary_authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Marriott committed Jun 17, 2024
1 parent 0807052 commit a741076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/home_guide_promo.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 class="mt-0 mb-0 pt-0 pb-0 lift">Read our Practitioner's Guides</h2>
<p class="summary">{{ item.summary }}</p>
<div class="guide-promo-profile">
{% include profile.html profile=item.profile author=item.author %}
<p class="bold">{{ item.author }}</p>
<p class="bold">{{ item.author }} {% if item.secondary_authors %}and others{% endif%}</p>
</div>
</div>
</div>
Expand Down

0 comments on commit a741076

Please sign in to comment.