+ [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. 9301

Posted by siavashserver in #jekyll at 2013-09-17T15:49:54Z

troyswanson: Here is the site sources https://github.com/glfw/website/tree/refinement
+ [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 %} ?