{% for tag in site.tags %} {% if tag[0] == page.tag %} {% assign post_list = tag[1] %} {%- for post in post_list -%}
  • {{ post.date | date: "%Y-%m-%d" }} » {{ post.title | escape }}
  • {%- endfor -%} {%- endif -%} {% endfor %}