--- layout: base title: page.tag --- Blog all guides dev #{{page.tag}} {% for post in site.posts %} {% if post.tags contains page.tag %} {{post.date | date: '%B %d, %Y'}} {{ post.title }} {{ post.summary }} {%if post.img%} {%endif%} {% for tag in post.tags %} {{tag}} {% endfor %} {% endif %} {% endfor %}
{{post.date | date: '%B %d, %Y'}}
{{ post.summary }}
{% for tag in post.tags %} {{tag}} {% endfor %}