latest 2 messages by matthewmcvickar

+ [2015-03-26T22:20:08Z] matthewmcvickar Ah, I can just do {% assign post = page %}
+ [2015-03-26T22:18:20Z] matthewmcvickar I want my index page posts loop and the post layout to share a layout, so I made an include called post.html. Trouble is, the post page expects variables to be like page.title, while the post loop uses post.title. Is there any way around this without creating two identical layouts with different variable names?