Sha256: cbbae004df063d26bbc48605c7a95bb61049cc642aa10885350cd655cdad61e5

Contents?: true

Size: 655 Bytes

Versions: 11

Compression:

Stored size: 655 Bytes

Contents

<aside>
  <p class="intro">{{ site.subtitle }}</p>
  <nav class="sidebar-nav" role="navigation">
    <ul>{% for link in site.navigation %}{% capture parent_url %}/{{ link.url }}{% endcapture %}
        <li class="group {% if page.url == parent_url %}sidebar-nav-active{% endif %}">
          <a href="{% if link.internal == true %}{{ site.baseurl }}/{% endif %}{{ link.url }}"  
            title="{% if page.url == parent_url %}Current Page
                  {% else %}{{ link.text }}{% endif %}">{{ link.text }}</a>
          {% assign parent = link %}
          {% include sidebar-children.html %}
        </li>{% endfor %}
    </ul>
  </nav>
</aside>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
jekyll-theme-guides-mbland-1.0.5 _includes/sidebar.html
jekyll-theme-guides-mbland-1.0.4 _includes/sidebar.html
jekyll-theme-cvent-dev-portal-1.0.0 _includes/sidebar.html
jekyll-theme-guides-mbland-1.0.3 _includes/sidebar.html
jekyll-theme-guides-mbland-1.0.2 _includes/sidebar.html
jekyll-theme-guides-mbland-1.0.1 _includes/sidebar.html
jekyll-theme-guides-mbland-1.0.0 _includes/sidebar.html
jekyll-theme-guides-mbland-0.2.3 _includes/sidebar.html
jekyll-theme-guides-mbland-0.2.2 _includes/sidebar.html
jekyll-theme-guides-mbland-0.2.1 _includes/sidebar.html
jekyll-theme-guides-mbland-0.2.0 _includes/sidebar.html