Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.05 KB

File metadata and controls

29 lines (26 loc) · 1.05 KB
title All posts
permalink /posts/
layout page
excerpt All posts.
comments 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 -%}