Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 396 Bytes

File metadata and controls

18 lines (15 loc) · 396 Bytes
layout default
title Archiv

Archiv

Alle Einträge nach Jahr und Monat

{% assign postsByYearMonth = site.posts | group_by_exp: "post", "post.date | date: '%B %Y'" %} {% for yearMonth in postsByYearMonth %}

{{ yearMonth.name }}

{% endfor %}