--- title: "Development Blog" layout: default --- {% assign index = true %} {% for post in paginator.posts %} {% assign content = post.content %}
{% include post/sharing.html %} {% include article.html %}
{% endfor %}