From 0153b9fb9e2451bc052a69a7a9638513559fe2dc Mon Sep 17 00:00:00 2001 From: Joseph Wynn Date: Thu, 23 Aug 2018 16:04:11 +1200 Subject: [PATCH] Update default templates --- sample-templates/imager-js.html | 12 ++++++------ sample-templates/srcset-resized-fallback.html | 8 ++++---- sample-templates/srcset.html | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) 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 }}