{% comment %} Trae todos los archivos por biblioteca y categoria para mostrarlos como botones. {% endcomment %} {%- assign categorias = site.archives.layout-categories | where: '_layout', 'biblioteca' -%}
{% for post in categorias %} {%- if site.ignored_layouts contains post.layout -%}{%- continue -%}{%- endif -%} {% if post.categories.size == 0 %}{% continue %}{% endif %} {{ post.categories }} {% endfor %}