Skip to content

Files

Latest commit

Jan 26, 2012
a7f51bc · Jan 26, 2012

History

History
17 lines (10 loc) · 228 Bytes

blog.markdown

File metadata and controls

17 lines (10 loc) · 228 Bytes
layout title
page
Codeception Blog

Blog

{% for post in site.posts %}

[{{ post.title }}]({{ post.url }})

{{ post.date | date: "%B %d, %Y" }}

{{ post.content | strip_html | truncate: 250 }}

{% endfor %}