File tree 3 files changed +8
-15
lines changed
3 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
- {% assign small_image = "/assets/images/boards/small/" | append: include.board_image %}
2
- {% assign large_image = "/assets/images/boards/large/" | append: include.board_image %}
3
- < img srcset ="{{ small_image }} 300w,
4
- {{ large_image }} 700w "
5
- sizes ="(max-width: 1024px) 700px,
6
- 300px "
7
- src ="{{ large_image }} " alt ="Image of Board " loading ="lazy ">
1
+ {% assign small_image = "/assets/images/boards/small/" | append: include.board_image | absolute_url %}
2
+ {% assign large_image = "/assets/images/boards/large/" | append: include.board_image | absolute_url %}
3
+ < img srcset ="{{ small_image }} 300w,
4
+ {{ large_image }} 700w "
5
+ sizes ="(max-width: 1024px) 700px,
6
+ 300px "
7
+ src ="{{ large_image }} " alt ="Image of Board " loading ="lazy ">
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
< item >
18
18
< title > {{ board.name }}</ title >
19
19
< link > {{ board.url | absolute_url }}</ link >
20
- < description > <![CDATA[ {% include downloads/feed_board_image .html board_image=board.board_image %}< p > By {{ board.manufacturer }}</ p > {{ board.content }} ]]> </ description >
20
+ < description > <![CDATA[ {% include downloads/board_image .html board_image=board.board_image %}< p > By {{ board.manufacturer }}</ p > {{ board.content }} ]]> </ description >
21
21
{% if board.blinka %}
22
22
< category > Blinka</ category >
23
23
{% else %}
You can’t perform that action at this time.
0 commit comments