samvincent / jekyll-haml

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

Liquid interpolation and relative partial include #30

Open pedrozath opened 6 years ago

pedrozath commented 6 years ago

This PR allows for having {{ }} interpolation on the {% haml %} tag.

It also allows for: {% haml relative:true %}

That will enable developers to include files outside the _includes folder.