Skip to content

Latest commit

 

History

History
55 lines (53 loc) · 2.24 KB

index.md

File metadata and controls

55 lines (53 loc) · 2.24 KB
layout
main
<style> @media only screen and (min-width: 801px) { article { max-width: 20%; } } </style>
{% for post in site.posts %} {{ post.category }}
{% if post.image %}
{% include new-post-tag.html date=post.date %}
{% endif %}
{% include date.html date=post.date %}

{{ post.title }}

{{ post.introduction }}

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