+[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]kaffeebohneis 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]kaffeebohnemaybe somthing like {{site.categories.{{category}} }}? +[2014-01-05T20:52:59Z]kaffeebohneis there a way to make {{ site.categories.software }} out of {{ site.categories }} and a variable? +[2014-01-05T21:48:02Z]Pessimismkaffebohne what is site.categories.software supposed to be here?
Any reason why block-quotes don't auto-wrap in a default installation of jekyll?
+[2014-01-06T01:34:33Z]pontikithat was an odd question +[2014-01-06T08:13:15Z]kaffeebohnedamn, i missed that pessimism asked me something :( +[2014-01-06T09:40:19Z]pontikikaffeebohne: your question puzzles me +[2014-01-06T09:40:57Z]pontikiyou 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.