layout | title |
---|---|
page |
Posts |
-
{% for post in site.posts %}
{% assign author = site.authors[post.author] %}
- {{ post.date | date_to_string }} - {{ author.display_name }} : {{ post.title }} {{ post.tags | array_to_sentence_string }} {% endfor %}