layout title default Blogs posts {% for post in site.posts limit:5 %} [{{ post.title }}]({{ post.url }}) {{ post.content }} Posted on {{ post.date | date_to_string }} by Bozhidar. [Comments]({{ post.url }}#disqus_thread) {% endfor %}