Using Jekyll I'm trying to use data-src
instead of src
for all my images.
What's the best way to go for it? Create my own plugin? I don't think using an include is a great option...
Right now I'm adding the images like this:

I've seen related issues but the answers always recommend to use external libraries. Isn't there any more straight forward way to go for it?