{{ site.title }}
{{ site.time | date_to_xmlschema }}
{{ site.url }}
Michael Bodnarchuk "Davert"
Copyright (c) Codeception
{% for post in site.posts limit:30 %}
{{ post.title }}
{{ post.date | date_to_xmlschema }}
{{ site.url }}{{ post.url }}/
{{ post.content | strip_html | truncatewords: 20 }}
{% endfor %}