--- layout: base title: page.tag --- Blog All News Dev Community Guides #{{page.tag}} {% for post in site.posts %} {% if post.tags contains page.tag %} {{post.date | date: '%B %d, %Y'}} by {{post.author}} {%if post.img%} {%endif%} {{ post.title }} {{ post.summary }} {% for tag in post.tags %} #{{tag}} {% endfor %} {% endif %} {% endfor %}
{{post.date | date: '%B %d, %Y'}}
by {{post.author}}
{{ post.summary }}
{% for tag in post.tags %} #{{tag}} {% endfor %}