We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89c350 commit 90861f6Copy full SHA for 90861f6
_includes/board-content.html
@@ -301,7 +301,7 @@ <h2>Pictures</h2>
301
<div class="board-item-content">
302
{% for picture in pictures %}
303
<figure>
304
- <img src="{{ site.url }}/assets/img/boards/{{ picture['file'] }}" alt="{{ board['name'] }}: {{ picture['name'] }}" loading="lazy">
+ <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>
305
<figcaption>{{ board['name'] }}: {{ picture['name'] }}</figcaption>
306
</figure>
307
{% endfor %}
0 commit comments