Maybe I want to use the Markdown files in ./_posts for use in another Static Site Generator.
261 B
261 B
layout | title |
---|---|
page | Archive |
Posts in my blog on tilde.town
-
{% for post in site.posts %}
-
{{ post.date | date_to_string }} »
{{ post.title }}
{% endfor %}