+ [8 years ago] passstab I just want to make the backround of the header light yellow
+ [8 years ago] jekyllrb (minima) https://github.com/jekyll/minima
+ [8 years ago] jaybe ./fs minima
+ [8 years ago] allejo under "customization"
+ [8 years ago] passstab jaybe, allejo thanks

message no. 155400

Posted by razieliyo in #jekyll at 2016-11-02T02:05:57Z

https://github.com/jekyll/jekyll/issues/4331
+ [8 years ago] nickjj does anyone know how to solve the problem of 1) include a.html with var="hello" , 2) a.html in itself includes b.html but I want to pass "hello" to b's var parameter
+ [8 years ago] nickjj been trying everything, just using {{include.var}} doesn't work (syntax error), and neither does using capture
+ [8 years ago] nickjj i know "doesn't work" sucks, but jekyll's error reporting isn't really that good, it tells me the include file is missing but it's not missing because if i remove var from b.html's include it loads fine (except what I'm trying to do doesn't work of course)
+ [8 years ago] miklb I think I have a solution, one sec while I check some files
+ [8 years ago] miklb {% include a.html var="hello" %} in a.html {% assign var = include.var %}