diff --git a/templates/shortcodes/further.html b/templates/shortcodes/further.html index ace17e98ae4973b64c5507d92273e6f3515eca42..2a5c2d132cc66dc1b157dee9d3ccd2a94dfd92b6 100644 --- a/templates/shortcodes/further.html +++ b/templates/shortcodes/further.html @@ -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>