File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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- <!-- (uses an absolute URL for better compatibility with RSS readers -->
4- < img srcset ="{{ small_image | absolute_url }} 300w,
5- {{ large_image | absolute_url }} 700w "
6- sizes ="(max-width: 1024px) 700px,
7- 300px "
8- src ="{{ large_image | absolute_url }} " 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 1717 < item >
1818 < title > {{ board.name }}</ title >
1919 < 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 >
2121 {% if board.blinka %}
2222 < category > Blinka</ category >
2323 {% else %}
You can’t perform that action at this time.
0 commit comments