input-for-jekyll/archive.md
Tony Chen 3cd581a697 Commit into repository
Maybe I want to use the Markdown files in ./_posts
for use in another Static Site Generator.
2020-08-05 02:32:09 +00:00

261 B

layout title
page Archive

Posts in my blog on tilde.town

    {% for post in site.posts %}
  1. {{ post.date | date_to_string }} »

    {{ post.title }}

  2. {% endfor %}