{%- assign previousMonth = "0" %} {%- for post in site.categories["leccion"] %} {%- assign currentMonth = post.date | date: "%B" %} {%- if currentMonth != previousMonth %} {%- endif %} * [{{ post.title }}]({{site.baseurl}}{{ post.url }}) 📝 {%- if post.summary %} - {{post.summary}} {%- endif -%} {%- if post.video %} * [Vídeo]({{post.video}}) {%- endif %} {%- assign previousMonth = currentMonth %} {%- endfor %}