Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 567 Bytes

posts.markdown

File metadata and controls

24 lines (22 loc) · 567 Bytes
layout title permalink
page
Posts
/posts/
{%- 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 }} {{ post.excerpt }}
  • {%- endfor -%}

{%- endif -%}