<%= include('meta') %> <%= t('Archive') %> · <%= config.appName %> <%= include('head-socialmedia-index') %> <%= include('critical-styles') %> <%= include('header') %>

<%= t('Archive') %>

<% let lastYear = '' %> <% content.posts.sort((a,b) => a.content.publicationDate > b.content.publicationDate ? -1 : 1).map(({content, page}) => { %> <% const year = new Date(content.publicationDate).getFullYear(); if (year !== lastYear) { %>

<%= year %>

<% } lastYear = year %>

<%= content.title %> <% if (content.abstract) { %>
<%= striptags(content.abstract) %><% } %>

<% }) %>
<%= include('aside') %>
<%= include('footer') %> <%= include('script') %>