We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7426ec commit ec98f07Copy full SHA for ec98f07
_includes/refactor-content.html
@@ -69,7 +69,7 @@
69
{% assign _attrs = _left | split: ' ' %}
70
71
{% for _attr in _attrs %}
72
- {% assign _pair = _attr | split: '=' %}
+ {% assign _pair = _attr | split: '="' %}
73
{% if _pair.size < 2 %}
74
{% continue %}
75
{% endif %}
@@ -93,7 +93,6 @@
93
94
{% if _src %}
95
{% unless _src contains '://' %}
96
-
97
<!-- Add CDN URL -->
98
{% if site.img_cdn %}
99
{% if site.img_cdn contains '//' %}
@@ -117,7 +116,6 @@
117
116
{% endunless %}
118
119
<!-- lazy-load images <https://github.com/ApoorvSaxena/lozad.js#usage> -->
120
121
{% assign _left = _left | replace: 'src=', 'data-src=' %}
122
123
0 commit comments