samvincent / jekyll-haml

HAML html converter for Jekyll
MIT License
88 stars 40 forks source link

added basic liquid-tag parameter support #32

Open ingobecker opened 6 years ago

ingobecker commented 6 years ago

Adds support for passing parameters to the haml partial like the normal include tag in jekyll does: {% haml picture.haml path="yay.jpg" %}. I'm not sure if this causes any side effects.