Skip to content

Latest commit

 

History

History
62 lines (61 loc) · 2.14 KB

index.md

File metadata and controls

62 lines (61 loc) · 2.14 KB
layout
default
    {% for post in site.posts limit: 1 %}
    {{ post.date | date:"%Y-%m-%d" }} {% if post.tags %} {% for tag in post.tags %} #{{ tag }} {% endfor %} {% endif %}
    {{ post.content }}
    {% endfor %}
  • Happend earlier this year
  • {% capture year %}{{ site.time | date:"%Y"}}{% endcapture %} {% for post in site.posts offset:1 %} {% capture y %}{{ post.date | date:"%Y"}}{% endcapture %} {% if year != y %} {% break %} {% endif %}
  • {{ post.date | date:"%Y-%m-%d" }} {{ post.title }}
  • {% endfor %}
  • Long long ago