--- title: 首页 --- {% include head.html %}
{% for post in site.posts %} {% if forloop.index == 12 and forloop.length > 12 %} {% endif %} {% endfor %}
{% include sidebar.html %}
{% include foot.html %}