Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 730 Bytes

File metadata and controls

27 lines (25 loc) · 730 Bytes
layout default
{%- if page.title -%}

{{ page.title }}

{%- endif -%}

{%- if site.posts.size > 0 -%}

{{ page.list_title | default: "Posts" }}

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