+ [2014-01-05T19:09:39Z] travis-ci [travis-ci] jekyll/jekyll#2607 (gitignore-excludes) The build was fixed. http://travis-ci.org/jekyll/jekyll/builds/16425954
+ [2014-01-05T19:52:07Z] kaffeebohne is it possible to get the current category value from the for-loop in line 5? https://paste.xinu.at/Tkr5aw/
+ [2014-01-05T19:52:36Z] kaffeebohne maybe somthing like {{site.categories.{{category}} }}?
+ [2014-01-05T20:52:59Z] kaffeebohne is there a way to make {{ site.categories.software }} out of {{ site.categories }} and a variable?
+ [2014-01-05T21:48:02Z] Pessimism kaffebohne what is site.categories.software supposed to be here?

message no. 16174

Posted by Pessimism in #jekyll at 2014-01-05T16:42:40Z

yeah, that's the plan
+ [2014-01-06T01:34:33Z] pontiki that was an odd question
+ [2014-01-06T08:13:15Z] kaffeebohne damn, i missed that pessimism asked me something :(
+ [2014-01-06T09:40:19Z] pontiki kaffeebohne: your question puzzles me
+ [2014-01-06T09:40:57Z] pontiki you have category right there in your loop. why would you need to go back to site.categories to get more information?
+ [2014-01-06T09:46:56Z] pontiki {{ category | first }} gives the category name, as you have it.