blinka to use the board_image include

This commit is contained in:
Justin Cooper 2019-06-05 14:26:17 -05:00
parent b0e1c80efc
commit 76f3770b57

View file

@ -57,11 +57,7 @@ permalink: /blinka
<a href="{{ board.url | relative_url }}">
<div>
<div class="img-responsive-4by3">
<img srcset="{{ "/assets/images/boards/small/" | append: board.board_image | relative_url }} 300w,
{{ "/assets/images/boards/large/" | append: board.board_image | relative_url }} 700w"
sizes="(max-width: 1024px) 700px,
300px"
src="{{ "/assets/images/boards/original/" | append: info.board_image | relative_url }}" alt="Image of Board">
{% include downloads/board_image.html board_image=board.board_image %}
</div>
<div class="details">
<h3>{{ board.name }}</h3>