9 lines
142 B
Markdown
9 lines
142 B
Markdown
|
---
|
||
|
layout: post
|
||
|
title: posts
|
||
|
---
|
||
|
|
||
|
{% for post in site.posts %}
|
||
|
* {{post.date | date_to_string}}: [{{post.title}}]({{post.url}})
|
||
|
{% endfor %}
|