_includes/refactor-content.html in jekyll-theme-chirpy-customized-upe-0.0.0 vs _includes/refactor-content.html in jekyll-theme-chirpy-customized-upe-0.0.1
- old
+ new
@@ -46,9 +46,11 @@
{% if _content contains IMG_TAG %}
{% assign _img_content = null %}
{% assign _img_snippets = _content | split: IMG_TAG %}
+
+
{% for _img_snippet in _img_snippets %}
{% if forloop.first %}
{% assign _img_content = _img_snippet %}
{% continue %}
{% endif %}