+ [2013-06-27T17:59:10Z] travis-ci [travis-ci] Build details : http://travis-ci.org/mojombo/jekyll/builds/8513377
+ [2013-06-27T18:24:56Z] travis-ci [travis-ci] Build details : http://travis-ci.org/mojombo/jekyll/builds/8514234
+ [2013-06-27T18:24:56Z] travis-ci [travis-ci] Change view : https://github.com/mojombo/jekyll/compare/744cc3c00142...15bb9c675932
+ [2013-06-27T18:24:56Z] travis-ci [travis-ci] mojombo/jekyll#1169 (master - 15bb9c6 : Parker Moore): The build passed.
+ [2013-06-27T20:19:22Z] jaybe aware of a plugin that will take a directory of files and generate an index page with links to the files?

message no. 3466

Posted by Oli in #jekyll at 2013-06-27T13:13:20Z

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-28T21:50:50Z] jaybe how can i remove tabs from output? e.g. {{ var | remove:'\t' }}
+ [2013-06-29T01:58:53Z] jaybe is there a variable available for `get permanent link location`? path and or uri
+ [2013-06-29T03:22:01Z] jaybe how could i go about parsing a string into an array by delimiter? e.g. post.url = '/a/b/c/d.html'. i would like an array containing: [a,b,c,d.html]
+ [2013-06-29T20:00:17Z] RobW_ What's the best way to debug liquid render context in Jekyll?
+ [2013-06-29T20:00:21Z] RobW_ Or any way, really.