Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.05 KB

posts.md

File metadata and controls

29 lines (26 loc) · 1.05 KB
title permalink layout excerpt comments
All posts
/posts/
page
All posts.
false

    {%- for post in site.categories.blog -%} {%- capture current_year -%}{{ post.date | date: "%Y" }}{%- endcapture -%} {%- unless current_year == previous_year -%}

    {{ current_year }}

    {%- assign previous_year = current_year -%} {%- endunless -%}

    {%- endfor -%}