Skip to content

Commit b782733

Browse files
committed
fix: restore blurry animation for homepage LQIP
1 parent 4d6c788 commit b782733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/refactor-content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
{% if page.layout == 'home' %}
165165
<!-- create the image wrapper -->
166-
{% assign _wrapper_start = '<div class="preview-img ' | append: _class | append: '">' %}
166+
{% assign _wrapper_start = '<div class="preview-img ' | append: _wrapper_class | append: '">' %}
167167

168168
{% assign _img_content = _img_content | append: _wrapper_start %}
169169
{% assign _right = _right | prepend: '></div' %}

0 commit comments

Comments
 (0)