Sha256: 85143176c76d4c963a0c411af2528137b646fa5ba39a1b55ebf641dfbef4e2b0
Contents?: true
Size: 647 Bytes
Versions: 6
Compression:
Stored size: 647 Bytes
Contents
{% comment %} Trae todos los archivos por biblioteca y categoria para mostrarlos como botones. {% endcomment %} {%- assign categorias = site.archives.layout-categories | where: '_layout', 'biblioteca' -%} <section id="biblioteca" class="d-flex flex-column background-blue justify-content-around p-5"> {% for post in categorias %} {%- if site.ignored_layouts contains post.layout -%}{%- continue -%}{%- endif -%} {% if post.categories.size == 0 %}{% continue %}{% endif %} <a href="{{ post.url }}" class="btn btn-outline-light btn-lg btn-block font-weight-bold"> {{ post.categories }}</a> {% endfor %} </section>
Version data entries
6 entries across 6 versions & 1 rubygems