File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 181181 {% assign _img_content = _img_content | slice: 0, _size | append: _class | append: '> ' %}
182182
183183 {% else %}
184+ {% unless _class contains 'no-popup' %}
184185 <!-- create the image wrapper -->
185186 {% assign _wrapper_start = _final_src
186187 | default: _src
192193
193194 {% assign _img_content = _img_content | append: _wrapper_start %}
194195 {% assign _right = '> </ a ' | append: _right %}
196+ {% endunless %}
195197 {% endif %}
196198 {% endif %}
197199
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ comments: true
2020 <div class =" card h-100 post-preview card-clickable " onclick =" window .open (' {{ friend.url }}' ,' _blank' )" >
2121 <div class =" card-body d-flex align-items-center card-body-inner " >
2222 {% if friend.icon and friend.icon != "" %}
23- <img src =" {{ friend.icon }} " alt =" {{ friend.name }} " class =" rounded-circle me-3 flex-shrink-0 avatar-cover " width =" 48 " height =" 48 " onerror =" this .outerHTML = ' <i class=\' fas fa-globe fa-2x me-3 text-muted\' ></i>' ;" />
23+ <img src =" {{ friend.icon }} " alt =" {{ friend.name }} " class =" rounded-circle me-3 flex-shrink-0 avatar-cover no-popup " width =" 48 " height =" 48 " onerror =" this .outerHTML = ' <i class=\' fas fa-globe fa-2x me-3 text-muted\' ></i>' ;" />
2424 {% else %}
2525 <i class =" fas fa-globe fa-2x me-3 text-muted " ></i >
2626 {% endif %}
You can’t perform that action at this time.
0 commit comments