+ [2014-09-10T23:20:29Z] towski oh I guess it think the unicorn in this folder belongs to it
+ [2014-09-10T23:20:32Z] towski bad jekyll, not ur unicorn
+ [2014-09-10T23:26:01Z] towski hm jekyll just seems to be hanging
+ [2014-09-10T23:26:10Z] towski maybe there's too much existing shit
+ [2014-09-10T23:33:59Z] towski guess I'll give it a special director

message no. 46682

Posted by DavidSilvaSmith in #jekyll at 2014-09-10T01:01:39Z

Is there a way to get ahold of a posts markdown in an include file? like this: {{workingPost.content}} I want the content, not the html'd content
+ [2014-09-11T05:39:17Z] towski why when I add a post to my index do my single quotes appear as ’
+ [2014-09-11T05:40:17Z] towski I'm just doing {% assign post = site.posts.first %} and {{ post.content }}
+ [2014-09-11T05:42:10Z] towski it's obviously an escaping issue, but it works fine on my post html page
+ [2014-09-11T05:43:52Z] towski oh it's generating those weird �'s
+ [2014-09-11T05:43:57Z] towski guess I need some css