Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 593 Bytes

posts.md

File metadata and controls

25 lines (24 loc) · 593 Bytes
layout title permalink order
default
Blog
/posts/
1

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

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