We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6c788 commit b782733Copy full SHA for b782733
_includes/refactor-content.html
@@ -163,7 +163,7 @@
163
164
{% if page.layout == 'home' %}
165
<!-- create the image wrapper -->
166
- {% assign _wrapper_start = '<div class="preview-img ' | append: _class | append: '">' %}
+ {% assign _wrapper_start = '<div class="preview-img ' | append: _wrapper_class | append: '">' %}
167
168
{% assign _img_content = _img_content | append: _wrapper_start %}
169
{% assign _right = _right | prepend: '></div' %}
0 commit comments