Gallery
{% if active_tag %}
Filtered by: {{ active_tag }}
×
{% endif %}
{% if post_metadata.title %}
{{ post_metadata.title }}
{% endif %} {% if post_metadata.description %}
{{ post_metadata.description | safe }}
{% endif %}
{% if post_metadata.source_url %}
View original post
{% endif %}
{{ series_info.name }}
{{ series_info.page_count }} pages
{% if series_info.page_count > 0 %}
Read Series
{% endif %}
{% for year_month_key, year_month_label, images in grouped_images %}
{% else %}
{% endfor %}
{{ year_month_label }} {{ images|length }} images
{% for image in images %}
{% include '_gallery_item.html' %}
{% endfor %}
No images found{% if active_tag %} for tag "{{ active_tag }}"{% endif %}.