Skip to content

Commit 90861f6

Browse files
Make images on board pages clickable
1 parent e89c350 commit 90861f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/board-content.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ <h2>Pictures</h2>
301301
<div class="board-item-content">
302302
{% for picture in pictures %}
303303
<figure>
304-
<img src="{{ site.url }}/assets/img/boards/{{ picture['file'] }}" alt="{{ board['name'] }}: {{ picture['name'] }}" loading="lazy">
304+
<a href="{{ site.url }}/assets/img/boards/{{ picture['file'] }}"><img src="{{ site.url }}/assets/img/boards/{{ picture['file'] }}" alt="{{ board['name'] }}: {{ picture['name'] }}" loading="lazy"></a>
305305
<figcaption>{{ board['name'] }}: {{ picture['name'] }}</figcaption>
306306
</figure>
307307
{% endfor %}

0 commit comments

Comments
 (0)