Hi,
I got the following example working great for non-lazy load pages:
https://getpublii.com/dev/create-post-list-from-specific-tags/
However, I can’t get working for lazy load, as I don’t understand handlebars and sub-expressions.
The article stated to substitute `{{{lazyLoadForContentImages text}}}` for this`{{{parseShortcode (lazyLoadForContentImages text)}}}`
However the post.hbs file of the simple theme has {{{lazyLoadForContentImages text @config.custom.lazyLoadEffect}}}
How to I add `parseShortcode ` to this code? I can’t get working.
Thanks.