Sha256: 02228ea912559db087a468272f7cb6dac8220d0b68480d00f5f7c6d8111e19ca

Contents?: true

Size: 477 Bytes

Versions: 7

Compression:

Stored size: 477 Bytes

Contents

<nav id="sidebar-nav-links">
  {% if site.sidebar_home_link %}
    <a class="home-link {% if page.url == '/' %} active{% endif %}"
        href="{{ site.baseurl }}/">Home</a>
  {% endif %}

  {% comment %}
    The code below dynamically generates a sidebar nav of pages with
    `sidebar_link: true` in the front-matter. See readme for usage.
  {% endcomment %}

  {% include page-links.html %}
  {% include category-links.html %}

  {% include custom-nav-links.html %}
</nav>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-3.4.3 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.4.2 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.4.1 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.4.0 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.3.1 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.3.0 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.2.0 _includes/sidebar-nav-links.html