diff --git a/docs/_includes/elements/sponsor-item.html b/docs/_includes/elements/sponsor-item.html index 9e8c230c..fe047075 100644 --- a/docs/_includes/elements/sponsor-item.html +++ b/docs/_includes/elements/sponsor-item.html @@ -1,6 +1,9 @@ {% assign sponsor = site.data.sponsors.by_id[include.sponsor_id] %} {% assign sponsor_path = "amis/" | append: include.sponsor_id %} {% assign sponsor_alt = sponsor.name | append: " logo" %} +{% if sponsor.title != "" %} + {% assign sponsor_alt = sponsor.title %} +{% endif %}