--- layout: with_twitter_card --- {% for post in site.posts %} {% if post.url == page.url %} {% include post.html %} {% else %} {% include post_line.html %} {% endif %} {% endfor %}