diff --git a/_layouts/home.html b/_layouts/home.html index 720f114..b5b6f7f 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -47,10 +47,6 @@ layout: default {% assign card_body_col = '12' %} {% if post.image %} - {% if post.image.lqip %} - {% capture lqip %}lqip="{{ post.image.lqip }}"{% endcapture %} - {% endif %} - {% assign src = post.image.path | default: post.image %} {% unless src contains '//' %} {% assign src = post.img_path | append: '/' | append: src | replace: '//', '/' %} @@ -59,7 +55,7 @@ layout: default {% assign alt = post.image.alt | xml_escape | default: 'Preview Image' %}
- {{ alt }} + {{ alt }}
{% assign card_body_col = '7' %}