Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.05 KB

File metadata and controls

39 lines (32 loc) · 1.05 KB
layout blog
title Blog
permalink /blog/
{%- 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 }} {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%}
  • {%- endfor -%}

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

{%- endif -%}