Skip to content

Latest commit

 

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 %}