+ [8 years ago] 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?
+ [8 years ago] jaybe you just explained how and stated it works
+ [8 years ago] jaybe if your document does not use the default template, which includes the includes, the the event wouldnt happen
+ [8 years ago] 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
+ [8 years ago] 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. 167704

Posted by LaytonEversonPhp in #jekyll at 2017-04-23T06:38:53Z

I'm having an issues where, if I jykell server everything works great but my localhost is naturally 127.0.0.1:4000; when I run jykell build the site is generated but the sass is not. Any ideas?
+ [8 years ago] 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 :(
+ [8 years ago] saadibrahim so basically, I cloned a git repo with a jekyll site to make some css changes
+ [8 years ago] saadibrahim installed jekyll, cloned the repo, ran bundle command, ran gulp command.. got a gulp version mismatch error
+ [8 years ago] saadibrahim fixed that by updating gulp version in the project
+ [8 years ago] saadibrahim got error that gulp-concat wasnt found so ran npm install