Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 569 Bytes

File metadata and controls

21 lines (20 loc) · 569 Bytes
layout page
title Archivo

Aquí podrás encontrar todas las publicaciones en orden cronológico

{% for post in site.posts %} {% assign currentdate = post.date | date: "%Y" %} {% if currentdate != date %} {% unless forloop.first %}{% endunless %}

{{ currentdate }}

    {% assign date = currentdate %} {% endif %}
  • {{ post.title }}
  • {% if forloop.last %}
{% endif %} {% endfor %}