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

Linkify further image and add caption

parent b855a609
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,14 @@
<div class="column is-one-third">
<div class="card">
<div class="card-image">
<figure class="image is-4by3">
<img src="{{further.image.url}}" alt="{{further.image.alt}}" />
</figure>
<a href="{{ get_url(path=further.link)}}">
<figure class="image is-4by3">
<img src="{{further.image.url}}" alt="{{further.image.alt}}" />
{% if further.image.credits %}
<figcaption>{{ further.image.credits }}</figcaption>
{% endif %}
</figure>
</a>
</div>
<div class="card-content">
<p class="title"><a href="{{get_url(path=further.link)}}">{{further.title}}</a></p>
......
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