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

Smaller collection style

parent 8f1920b7
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,12 @@
{% endcomment %}
<li class="collection-item">
<h5>
<a href="{{post.url}}">
{{post.title}} {{post.subtitle}}
</a>
</h5>
<a href="{{post.url}}" class="title">
{{post.title}} {{post.subtitle}}
</a>
{% assign post = page %}
{% include post_meta.html %}
<div>
{% assign post = page %}
{% include post_meta.html %}
</div>
</li>
\ No newline at end of file
......@@ -2,10 +2,11 @@
Renders a link to a single project or system. Expects 'item' as a parameter.
{% endcomment %}
<li class="collection-item avatar">
<li class="collection-item">
<a href="{{item.url}}" class="title">{{item.title}}</a>
{% if item.funding %} ({{item.funding}}) {% endif %}
<p>
<div>
{% if item.start_date %}
{% unless item.end_date %}
<b>started</b>
......@@ -22,5 +23,5 @@
{% endif %}
{{item.teaser | safe}}
</p>
</div>
</li>
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