标签: html static terminal jekyll
我有一个简单的jekyll for循环但是当jekyll编译它时它一直说我的endfor无效?出了什么问题?
{% for posts in site.posts %} <li> <a href="#">{{posts.title}}</a> <p>{{posts.meta}}</p> </li> {% endfor %}