{% include head.html %} {% include navigation.html %}
{% assign tag = page.title %}

#{{ tag }}

{% for post in site.posts %} {% for t in post.tags %} {% capture tg %}{{ t | downcase }}{% endcapture %} {% if tg == tag %} {% include post-list.html%} {% endif %} {% endfor %} {% endfor %}
{% include footer.html %} {% include js.html %}