+ [2014-07-26T05:22:38Z] mikechelen i hate it when renaming an article breaks previous links to that article
+ [2014-07-26T05:22:55Z] mikechelen and i would prefer to not manually set up redirects each time
+ [2014-07-26T05:28:17Z] mikechelen ah i think i have an answer using 1 redirect
+ [2014-07-26T09:22:02Z] jbfavre hello, collections seems to allow variable definition. How can I access them from template ?
+ [2014-07-26T20:49:33Z] parkr jbfavre: how are you accessing them? are you iterating over an array of documents? or of the collection? try `site.collections.<name>`

message no. 32879

Posted by felixkiss in #jekyll at 2014-07-26T02:52:25Z

hey guys, what is the best way to make fenced code blocks (including line numbers) work for a standard jekyll 2.1.1 blog?
+ [2014-07-27T02:26:46Z] mikechelen can you use YAML vars in site-wide permalink settings?
+ [2014-07-27T02:27:43Z] mikechelen for example, in page YAML "foo: bar"
+ [2014-07-27T02:28:12Z] mikechelen and in _config.yml "permalink: /:foo/:title/
+ [2014-07-27T02:31:49Z] jaybe ]no
+ [2014-07-27T02:33:05Z] mikechelen oh well, thats what i thought