Skip to content
Snippets Groups Projects
Unverified Commit 25d7df7f authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Add logos in project lists (closes #12)

parent 060618b5
No related branches found
No related tags found
No related merge requests found
Pipeline #4352 passed
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
{% assign item = include.item %} {% assign item = include.item %}
<li class="collection-item"> <li class="collection-item avatar">
<!-- XXX improve me {% if item.logo %} <img style="width:100px" src="/{{item.logo}}" alt="{{item.title}} logo"/> {% endif %} --> {% if item.logo %} <img src="/{{item.logo}}" alt="{{item.title}} logo" class="circle" style="border-radius: 0;" /> {% endif %}
<a href="{{item.url}}" class="title">{{item.title}}</a> <a href="{{item.url}}" class="title">{{item.title}}</a>
{% if item.funding %} ({{item.funding}}) {% endif %} {% if item.funding %} ({{item.funding}}) {% endif %}
{% if item.orphan %}<b>(up for adoption)</b>{% endif %} {% if item.orphan %}<b>(up for adoption)</b>{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment