【发布时间】:2013-07-16 16:14:41
【问题描述】:
我已经更新了 jekyll,现在出现这个错误:
Liquid Exception: Unknown operator forloop in collection.html
这是有问题的代码:
{% for tag in site.content_data.tags %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %}
我该如何解决这个错误?
【问题讨论】: