Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 378 Bytes

File metadata and controls

18 lines (17 loc) · 378 Bytes
layout page
title CacheIt
tagline stuffs that matter
    {% for post in site.posts limit:10 %}
  • {{ post.title }} {{ post.date | date_to_string }}
  • {% endfor %}