Files
lazyimg/layouts/shortcodes/lazyimg.html
T
kdevo 45b704ebdb fix(lazyimg): normalize config dict in partial instead of shortcode
- move normalization of provided config dictionary keys to lower case
from shortcode to partial
- allows using any case when supplying config dict from other layouts
2021-10-30 11:21:31 +02:00

6 lines
122 B
HTML

{{ if .IsNamedParams -}}
{{ partial "lazyimg" .Params }}
{{- else -}}
{{ partial "lazyimg" (.Get 0) }}
{{- end }}