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
bd8b5956
Commit
bd8b5956
authored
Apr 11, 2022
by
Florian Rabe
Browse files
Merge branch 'master' of gl.kwarc.info:KWARC/kwarc.info/www
parents
30aca9fd
25d7df7f
Pipeline
#4354
passed with stage
in 1 minute and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_includes/psitem.html
View file @
bd8b5956
...
...
@@ -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