Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 454 Bytes

posts.md

File metadata and controls

executable file
·
25 lines (18 loc) · 454 Bytes
layout title menu order
list
Posts
true
1

{% assign hashes = (site.data.posts) %} {% for hash in hashes %} {{ hash.name }}
{{ hash.date }}


{% endfor %}