+ [2013-09-17T23:57:45Z] jaybe line 11 needs to probably be elsif, not if
+ [2013-09-17T23:58:05Z] jaybe or are you trying to nest if?
+ [2013-09-17T23:58:51Z] eightfold i have removed all such statements from line 11
+ [2013-09-17T23:59:05Z] eightfold i have removed line 11
+ [2013-09-17T23:59:30Z] jaybe perhaps provide what you currently have

message no. 9176

Posted by nate in #jekyll at 2013-09-17T00:43:13Z

is _posts a hard coded thing or can I create other sub folders of posts that can be referenced in similar ways like '% for post in site.somethingelse %'
+ [2013-09-18T00:00:38Z] eightfold jaybe: http://pastebin.com/15dnWU6v
+ [2013-09-18T00:03:19Z] jaybe do you have if-logic in default template as well?
+ [2013-09-18T00:04:52Z] jaybe you're missing two closing {% endfor %}
+ [2013-09-18T00:05:51Z] eightfold jaybe: yes, in default: <title>{{ site.title }}{% if page.title != 'index' %} · {{ page.title }}{% endif %}</title>
+ [2013-09-18T00:06:58Z] eightfold why should i have two {% endfor %} ?