message no. 11556
Posted by eightfold_ in #octopress at 2013-10-09T14:43:53Z
i have a code snippet for a post format (kind of like wordpress post formats) called "standard". it is used on index.html to view "standard" posts and it is used in a layout called standard.html. that means i have the code for this "post format" in two places. so, i thought i should move it into an include. it is now in _includes/standard.html. i tried including this from both index.html and _layouts/standard.html. it does work, almost. trouble is t