latest 4 messages by Guest90949

+ [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.
+ [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:32:01Z] Guest90949 Hey guys, I have a simple question and I'm feeling really dumb