Sha256: 395fa850b5e5c398ffd75d21ae744b5baa81be2ba2437508a783c5b3dded5dc0

Contents?: true

Size: 1.34 KB

Versions: 37

Compression:

Stored size: 1.34 KB

Contents

{%- comment -%}
El ítem tiene un dropdown si tiene sub ítems o si tiene categorías.
{%- endcomment -%}
{%- assign dropdown = include.item.items | present -%}
{%- unless dropdown -%}
{%- assign dropdown = include.item.categories | present -%}
{%- endunless -%}

<div class="nav-item w-100 w-lg-auto {{ dropdown | value_if: 'dropdown d-flex flex-wrap' }}">
  {%- comment -%}
  La URL del item puede ser:
  * El artículo vinculado
  * El vínculo escrito manualmente
  * La primera categoría de la lista
  * La dirección propia (en el caso de categorías)
  {%- endcomment -%}
  <a
    href="{{ include.item.post.url | default: include.item.link | default: include.item.categories[0].url | default: include.item.url }}"
    class="nav-link flex-grow-1 flex-grow-lg-0">
    {{ include.item.title }}
  </a>

  {%- if dropdown -%}
    <button class="dropdown-toggle border-0 background-white w-5 w-lg-auto pl-lg-3"></button>
    <div class="dropdown-menu w-100 w-lg-auto flex-grow-1 flex-grow-lg-0">
      {% for item in include.item.items %}
        {%- include_cached item.html item=item -%}
      {% endfor %}

      {%- comment -%}
      Esto necesita `replace` en sutty-archives
      {%- endcomment -%}
      {%- for item in include.item.categories offset: 1 -%}
        {%- include_cached item.html item=item -%}
      {%- endfor -%}
    </div>
  {%- endif -%}
</div>

Version data entries

37 entries across 37 versions & 5 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc8 _includes/item.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _includes/item.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _includes/item.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _includes/item.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _includes/item.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _includes/item.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _includes/item.html
editorial-autogestiva-jekyll-theme-0.5.0rc1 _includes/item.html
radios-comunitarias-jekyll-theme-0.3.0rc1 _includes/item.html
adhesiones-jekyll-theme-0.4.1 _includes/item.html
editorial-autogestiva-jekyll-theme-0.5.0rc0 _includes/item.html
adhesiones-jekyll-theme-0.4.0 _includes/item.html
observatorio-jekyll-theme-0.1.7 _includes/item.html
adhesiones-jekyll-theme-0.3.2 _includes/item.html
adhesiones-jekyll-theme-0.3.1 _includes/item.html
recursero-jekyll-theme-0.3.0 _includes/item.html
editorial-autogestiva-jekyll-theme-0.4.2 _includes/item.html
adhesiones-jekyll-theme-0.3.0 _includes/item.html
editorial-autogestiva-jekyll-theme-0.4.1 _includes/item.html
editorial-autogestiva-jekyll-theme-0.4.0 _includes/item.html