+[2016-11-02T19:19:50Z]passstabI just want to make the backround of the header light yellow +[2016-11-02T19:21:07Z]jekyllrb(minima) https://github.com/jekyll/minima +[2016-11-02T19:21:06Z]jaybe./fs minima +[2016-11-02T19:22:29Z]allejounder "customization" +[2016-11-02T20:55:34Z]passstabjaybe, allejo thanks
but judging from examples I see out there, it should be working
+[2016-11-03T14:11:37Z]nickjjdoes 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 +[2016-11-03T14:11:56Z]nickjjbeen trying everything, just using {{include.var}} doesn't work (syntax error), and neither does using capture +[2016-11-03T14:17:51Z]nickjji 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) +[2016-11-03T14:22:48Z]miklbI think I have a solution, one sec while I check some files +[2016-11-03T14:28:53Z]miklb{% include a.html var="hello" %} in a.html {% assign var = include.var %}