Sha256: 4b71578c7fe9f234ad9911c51733136a24f17ecab986b27e901f23bddd625569
Contents?: true
Size: 616 Bytes
Versions: 1
Compression:
Stored size: 616 Bytes
Contents
{% for c_page in custom_pages %} {% assign is_current = page.url == c_page.url %} {% if c_page.title %} <li role="presentation" class="nav-item" > <a title="{{ c_page.title }}" href="#{{ c_page.title | downcase }}" class="nav-link" > {% if c_page.icon %} <i class="fa {{ c_page.icon }}" aria-hidden="true" ></i> {% endif %} <span class="nav-link-text" >{{ c_page.title }}</span> {% if is_current %} <span class="sr-only">(página actual)</span> {% endif %} </a> </li> {% endif %} {% endfor %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geekyll-0.0.9 | _includes/navigation.html |