From c6d8ddfc0f4de6849879a4d4ecd109f69275660c Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <michael.kohlhase@fau.de> Date: Fri, 6 Apr 2018 12:53:47 +0200 Subject: [PATCH] adding logos --- _includes/psitem.html | 1 + projects/mathsearch.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/psitem.html b/_includes/psitem.html index f7438f9..c8b29c1 100644 --- a/_includes/psitem.html +++ b/_includes/psitem.html @@ -5,6 +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 %} <a href="{{item.url}}" class="title">{{item.title}}</a> {% if item.funding %} ({{item.funding}}) {% endif %} {% if item.orphan %}<b>(up for adoption)</b>{% endif %} diff --git a/projects/mathsearch.md b/projects/mathsearch.md index dd3c3d8..7bfbd28 100644 --- a/projects/mathsearch.md +++ b/projects/mathsearch.md @@ -15,7 +15,7 @@ people: - mkohlhase - dginev -logo: public/leibniz_logo.png +logo: public/leibniz_logo.svg funding: Leibniz Foundation program: SAW grantid: SAW-2012-FIZ_KA-2 -- GitLab