Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 834 Bytes

posts.md

File metadata and controls

31 lines (27 loc) · 834 Bytes
layout title permalink
page
Post Listing
/posts/

{%- 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 }} {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%}
  • {%- endfor -%}

<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>

{%- endif -%}