layout | title | permalink |
---|---|---|
page-notitle |
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 }} {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%} {%- endfor -%}
<p class="rss-subscribe"><a href="{{ "/feed.xml" | relative_url }}">RSS</a></p>
{%- endif -%}