latest 4 messages by Oli

+ [2013-06-27T14:07:32Z] Oli jaybe: It lets you have a referenceable region that you can add to so you add a block called title in the base template and then add to it in deeper templates. It essentially means you have more than one content output.
+ [2013-06-27T14:02:19Z] Oli jaybe: I went with the contentblocks plugin in the end - not quite what I'm used to with Django but pretty close. Close enough to let me fix this problem.
+ [2013-06-27T13:13:20Z] Oli Is it possible to set the page.title from within a template (not the YAMLFront block)? I need to do some fairly hairy processing, which I can do with Jekyll but I'm struggling to send that variable back up the template stack to the <title> tag
+ [2013-06-20T23:30:10Z] Oli I've got a bootstrap build directory that is (relative to my jekyll root) `../bootstrap/bootstrap`. I've tried `include: ["../bootstrap/bootstrap"]` in _config.yml but it doesn't seem to want to do it. Is there a trick to making this do what I think it does?