On my Jekyll-powered website I have an inclusion that does something function-like, but I can\'t figure out how to pass it parameters correctly.
When I use {% incl
{% incl
As September 1rst of 2020, it did worked this way:
jekyll v4.1.1
{% assign title = 'this is my tittle' %} {% include subscribeBtn.html title = title %}
Then in the Template:
{{ title }}