{%- for category in site.categories -%} {%- if category[0] != page.category -%} {%- continue -%} {%- endif -%} {%- assign posts = category[1] -%} {%- if posts.size > 0 -%}
{%- if page.list_title -%}

{{ page.list_title | capitalize }}

{%- endif -%}
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%} {%- for post in posts -%} {%- endfor -%}
{%- endif -%} {%- break -%} {%- endfor -%}