Skip to content
Snippets Groups Projects
Verified Commit c4769345 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add theses and icons to project pages

parent 91e78d0d
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
......@@ -24,11 +24,18 @@
</p>
</div>
<div class="column project-theses">
<ul>
{% for thesis in section.extra.theses %}
<li>{{ thesis }}</li>
{% endfor %}
</ul>
{% for thesis in section.extra.theses %}
<article class="media">
<figure class="media-left">
<p class="image is-64x64">
<img src="/{{ section.extra.list_icon }}" />
</p>
</figure>
<div class="media-content">
<p>{{ thesis }}</p>
</div>
</article>
{% endfor %}
</div>
</div>
</div>
......
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