File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/components/bolt-blockquote/src Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 54
54
55
55
{% set attributes = create_attribute(attributes | default ({})) %}
56
56
57
-
58
57
{% set base_class = " c-bolt-blockquote" %}
59
58
{% set size = size == false and size is null ? " xlarge" : size | default(" xlarge" ) %}
60
59
{% set alignItems = alignItems == false and alignItems is null ? " left" : alignItems | default(" left" ) %}
81
80
{% if logo %}
82
81
{% block blockquote_logo %}
83
82
<div class =" {{ " #{base_class}__logo" }}" >
84
- {% include " @bolt/logo.twig" with logo only %}
83
+ {% include " @bolt/logo.twig" with logo | merge ({ " lazyload " : false }) only %}
85
84
</div >
86
85
{% endblock %}
87
86
{% endif %}
101
100
{% if author .image %}
102
101
<div class =" {{ " #{base_class}__footer-item" }}" >
103
102
<div class =" {{ " #{base_class}__image" }}" >
104
- {% include " @bolt/image.twig" with author .image only %}
103
+ {% include " @bolt/image.twig" with author .image | merge ({ " lazyload " : false }) only %}
105
104
</div >
106
105
</div >
107
106
{% endif %}
You can’t perform that action at this time.
0 commit comments