Skip to content

Commit 76f3770

Browse files
committed
blinka to use the board_image include
1 parent b0e1c80 commit 76f3770

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

blinka.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ <h1>Blinka</h1>
5757
<a href="{{ board.url | relative_url }}">
5858
<div>
5959
<div class="img-responsive-4by3">
60-
<img srcset="{{ "/assets/images/boards/small/" | append: board.board_image | relative_url }} 300w,
61-
{{ "/assets/images/boards/large/" | append: board.board_image | relative_url }} 700w"
62-
sizes="(max-width: 1024px) 700px,
63-
300px"
64-
src="{{ "/assets/images/boards/original/" | append: info.board_image | relative_url }}" alt="Image of Board">
60+
{% include downloads/board_image.html board_image=board.board_image %}
6561
</div>
6662
<div class="details">
6763
<h3>{{ board.name }}</h3>

0 commit comments

Comments
 (0)