Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 345 Bytes

index.md

File metadata and controls

14 lines (14 loc) · 345 Bytes
title layout
Inner Machinations
default

{%- if site.posts.size > 0 -%}

    {%- for post in site.posts -%}
  • {%- assign date_format = "%Y-%m-%d" -%} [ {{ post.date | date: date_format }} ] {{ post.title | escape }}
  • {%- endfor -%}
{%- endif -%}