Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 406 Bytes

posts.md

File metadata and controls

11 lines (10 loc) · 406 Bytes
layout permalink
default
/posts/

$ ls -lt posts
total {{ site.posts | size }}

{% for post in site.categories.posts %} -rw-r--r-- 1 {{ site.nick }} admin {{ post.content | size }} {{ post.date | date: "%b %d %Y %H:%M" }} {{ post.title }}
{% endfor %}