--- layout: default title: Blog
部落格 pagination: data: collections.posts size: 10 reverse: true alias: posts --- {% for post in pagination.items %} {% if post.data.published %}

{{ post.data.title }} · {{ post.templateContent | readTime }} min read

{{ post.date | date: "%Y-%m-%d" }}

{{ post.data.post_excerpt }}...

{% for tag in post.data.tags %} {% if tag != "posts" %} {% endif %} {% endfor %}
Read this post →
{% endif %} {% endfor %} {% include paginator %}