Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.05 KB

index.md

File metadata and controls

34 lines (31 loc) · 1.05 KB

You don't need to edit this file, it's empty on purpose.

Edit theme's home layout instead if you wanna make some changes

layout: home


{%- 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 -%}