message no. 86169
Posted by matthewmcvickar in #jekyll at 2015-03-26T22:18:20Z
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?