diff --git a/sample-templates/imager-js.html b/sample-templates/imager-js.html index cfb9efa..5964ca8 100644 --- a/sample-templates/imager-js.html +++ b/sample-templates/imager-js.html @@ -16,10 +16,10 @@ Usage: diff --git a/sample-templates/srcset-resized-fallback.html b/sample-templates/srcset-resized-fallback.html index 36e5f08..d8d9e76 100644 --- a/sample-templates/srcset-resized-fallback.html +++ b/sample-templates/srcset-resized-fallback.html @@ -10,9 +10,9 @@ Usage: {% assign largest = resized | sort: 'width' | last %} {% capture srcset %} - {% for i in resized %} - /{{ i.path }} {{ i.width }}w, - {% endfor %} +{% for i in resized %} + /{{ i.path }} {{ i.width }}w, +{% endfor %} {% endcapture %} -{{ alt }} +{{ alt }} diff --git a/sample-templates/srcset.html b/sample-templates/srcset.html index 1a4c69e..d4c15b5 100644 --- a/sample-templates/srcset.html +++ b/sample-templates/srcset.html @@ -9,9 +9,9 @@ Usage: {% endcomment %} {% capture srcset %} - {% for i in resized %} - /{{ i.path }} {{ i.width }}w, - {% endfor %} +{% for i in resized %} + /{{ i.path }} {{ i.width }}w, +{% endfor %} {% endcapture %} -{{ alt }} +{{ alt }}