Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 449 Bytes

File metadata and controls

14 lines (13 loc) · 449 Bytes
layout title description image
default
My blog
This is my blog, you can change this description in the front matter of blog.md
/assets/images/simple-css-feature.webp

{% for post in site.posts %}

{{ post.title }}

{{ post.description }}

{{ post.date | date_to_string }}

{% endfor %}