Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 442 Bytes

index.md

File metadata and controls

23 lines (18 loc) · 442 Bytes
layout title
page
Posts
{% for post in site.posts %}
{{ post.title }} {{ post.date | date_to_string }}

{{ post.content }}

{% unless post.tags == empty %}

    {% assign tags_list = post.tags %}
{% endunless %}

{% endfor %}