Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 522 Bytes

index.md

File metadata and controls

16 lines (15 loc) · 522 Bytes
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 %}