diff --git a/_includes/psitem.html b/_includes/psitem.html index c8b29c1b7c9f93cb0d6939a6256df08da0800185..83439bbcb4ac95adff16d7287b861cce145c3570 100644 --- a/_includes/psitem.html +++ b/_includes/psitem.html @@ -5,7 +5,7 @@ {% assign item = include.item %} <li class="collection-item"> - {% if item.logo %} <img style="width:100px" src="/{{item.logo}}" alt="{{item.title}} logo"/> {% endif %} +<!-- XXX improve me {% if item.logo %} <img style="width:100px" src="/{{item.logo}}" alt="{{item.title}} logo"/> {% endif %} --> <a href="{{item.url}}" class="title">{{item.title}}</a> {% if item.funding %} ({{item.funding}}) {% endif %} {% if item.orphan %}<b>(up for adoption)</b>{% endif %}