Skip to content

Latest commit

 

History

History
47 lines (46 loc) · 2.12 KB

index.md

File metadata and controls

47 lines (46 loc) · 2.12 KB
layout
main
{% for post in site.posts reversed %} {{ post.category }}
{% if post.image %}
{% endif %}

{{ post.title }}

{{ post.introduction }}

{% for tag in post.tags %} {{ tag }} {% endfor %}
{% endfor %}