+ [2017-04-23T19:33:43Z] Guest90949 If I type {% include file.html %} into my _layouts/default.html file it works for any includes there, but it doesn't work for content. For it work work with content I have to add {% include file.html %} into every post for it to work. Is there any way to make it so an include is rendured in the content of any page?
+ [2017-04-23T19:41:29Z] jaybe you just explained how and stated it works
+ [2017-04-23T19:42:18Z] jaybe if your document does not use the default template, which includes the includes, the the event wouldnt happen
+ [2017-04-23T20:10:42Z] Guest90949 That's the problem the document is using the default template and everything shows up as it should the footer, header all of that. It just seems that the mentioned include doesn't process in {{ content }} documents. What the include is doing essentially is making a variable that does some funky stuff with URLS. it properly works in header.html and footer.html but when I pass the exact same
+ [2017-04-23T20:10:42Z] Guest90949 variable into the content of pages it doesn't work unless I add the include file.html into the content file itself which is repetative and annoying.

message no. 167705

Posted by LaytonEversonPhp in #jekyll at 2017-04-23T07:11:56Z

Nevermind. I figured out what I was doing.
+ [2017-04-25T00:46:28Z] saadibrahim Hi, I am really new to jekyll, infact just started working working three hours back. I am however facing an annoying problem that I dont know how to fix since I am a newbie at jekyll :(
+ [2017-04-25T00:46:47Z] saadibrahim so basically, I cloned a git repo with a jekyll site to make some css changes
+ [2017-04-25T00:47:44Z] saadibrahim installed jekyll, cloned the repo, ran bundle command, ran gulp command.. got a gulp version mismatch error
+ [2017-04-25T00:48:06Z] saadibrahim fixed that by updating gulp version in the project
+ [2017-04-25T00:48:18Z] saadibrahim got error that gulp-concat wasnt found so ran npm install