Sha256: af8f6b7dbbb3f2f5c24cbd4abf0e6ba57a2ab20d626064c118bcfbf8b4a736ad

Contents?: true

Size: 740 Bytes

Versions: 23

Compression:

Stored size: 740 Bytes

Contents

{% assign menus = site.data.[page.menubar] %}

<aside class="menu">
{% for menu in menus %}
    <p class="menu-label">{{ menu.label }}</p>
    <ul class="menu-list">
        {% for item in menu.items %}
        <li>
            <a href="{{ item.link | relative_url }}" class="{% if item.link == page.url %}is-active{% endif %}">{{ item.name }}</a>
            {% if item.items %}
            <ul>
                {% for subitem in item.items %}
                <li><a href="{{ subitem.link | relative_url }}" class="{% if subitem.link == page.url %}is-active{% endif %}">{{ subitem.name }}</a></li>
                {% endfor %}
            </ul>
            {% endif %}
        </li>
        {% endfor %}    
    </ul>
{% endfor %}
</aside>

Version data entries

23 entries across 22 versions & 3 rubygems

Version Path
bulma-clean-theme-0.13.3 _includes/menubar.html
bulma-clean-theme-0.13.2 _includes/menubar.html
mgm-jekyll-bulma-0.1.2 _includes/navbar.html
mgm-jekyll-bulma-0.1.2 _includes/menubar.html
mgm-jekyll-bulma-0.1.1 _includes/menubar.html
bulma-clean-theme-0.13.1 _includes/menubar.html
bulma-clean-theme-0.13 _includes/menubar.html
bulma-clean-theme-0.12 _includes/menubar.html
jekyll-theme-opentoolbox-1.1.0 _includes/menubar.html
jekyll-theme-opentoolbox-1.0.8 _includes/menubar.html
bulma-clean-theme-0.11.2 _includes/menubar.html
bulma-clean-theme-0.11.1 _includes/menubar.html
bulma-clean-theme-0.11 _includes/menubar.html
bulma-clean-theme-0.10.6 _includes/menubar.html
bulma-clean-theme-0.10.5 _includes/menubar.html
bulma-clean-theme-0.10.4 _includes/menubar.html
bulma-clean-theme-0.10.3 _includes/menubar.html
bulma-clean-theme-0.10.2 _includes/menubar.html
bulma-clean-theme-0.10.1 _includes/menubar.html
bulma-clean-theme-0.10 _includes/menubar.html