Skip to content

Commit 9f9a88e

Browse files
authored
fix: restore blurry animation for homepage LQIP (cotes2020#2551)
1 parent 7a09c19 commit 9f9a88e

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)