latest 7 messages by analphabet
+
[2015-10-03T15:39:52Z]
analphabet
or does it automatically use the right layout when I use {{ post.content }} ?
+
[2015-10-03T15:38:11Z]
analphabet
Is it actually possible to use a layout like that?
+
[2015-10-03T15:37:40Z]
analphabet
so, I need to assign post to page.content, or what? I'm a little lost :/
+
[2015-10-03T15:33:59Z]
analphabet
jaybe: now, can I pass `post` to include?
+
[2015-10-03T15:32:59Z]
analphabet
jaybe: This is what I found for displaying a list of posts: https://github.com/necolas/jekyll-boilerplate/blob/master/index.html
+
[2015-10-03T15:26:09Z]
analphabet
I want to display a list of posts and would like to use the 'post' template for each displayed post. Is that possible?
+
[2015-10-03T15:25:28Z]
analphabet
Hey, how can I include a layout/template in a page?