{% extends "base.html" %} {% block title %}{{ tag_name }} | {{ site.config.title }}{% endblock %} {% block content %}
← All tags

Posts tagged "{{ tag_name }}"

{% for post in posts %} {% endfor %}
{% if total_pages > 1 %} {% endif %}
{% endblock %}