+[8 years ago]passstabI 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]allejounder "customization" +[8 years ago]passstabjaybe, allejo thanks
+[8 years ago]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 +[8 years ago]nickjjbeen trying everything, just using {{include.var}} doesn't work (syntax error), and neither does using capture +[8 years ago]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) +[8 years ago]miklbI 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 %}