Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KWARC
kwarc.info
www
Commits
25d7df7f
Unverified
Commit
25d7df7f
authored
Apr 10, 2022
by
Tom Wiesing
Browse files
Add logos in project lists (closes
#12
)
parent
060618b5
Pipeline
#4352
passed with stage
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_includes/psitem.html
View file @
25d7df7f
...
...
@@ -4,8 +4,8 @@
{% assign item = include.item %}
<li
class=
"collection-item"
>
<!-- XXX improve me
{% if item.logo %} <img
style="width:100px"
src="/{{item.logo}}" alt="{{item.title}} logo"/> {% endif %}
-->
<li
class=
"collection-item
avatar
"
>
{% 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>
{% if item.funding %} ({{item.funding}}) {% endif %}
{% if item.orphan %}
<b>
(up for adoption)
</b>
{% endif %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment