Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/img-lazy.html')
-rw-r--r--layouts/shortcodes/img-lazy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/img-lazy.html b/layouts/shortcodes/img-lazy.html
index eed9b0e..9b3513f 100644
--- a/layouts/shortcodes/img-lazy.html
+++ b/layouts/shortcodes/img-lazy.html
@@ -2,4 +2,4 @@
<p><div class="image-wrapper ratio-{{ index .Params 0 }}">
<img class="lazyload img-zoomable" data-src="{{ index .Params 2 | relURL | safeURL }}" alt="{{ index .Params 1 }}" />
</div></p>
-{{- end -}} \ No newline at end of file
+{{- end -}}