Skip to content

Latest commit

 

History

History
46 lines (45 loc) · 1.35 KB

index.markdown

File metadata and controls

46 lines (45 loc) · 1.35 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