Sha256: 0b08c5037f6b25c996506e7a16e209187467028b2465ef45614b882b65e8fa9a

Contents?: true

Size: 676 Bytes

Versions: 8

Compression:

Stored size: 676 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 %}
  {% if site.sidebar_blog_link %}
    <a class="page-link {% if page.url == site.sidebar_blog_link %} active{% endif %}"
	href="{{ site.baseurl }}{{ site.sidebar_blog_link }}">Blog</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

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-4.0.0 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.7.1 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.7.0 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.6.0 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.5.3 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.5.2 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.5.1 _includes/sidebar-nav-links.html
jekyll-theme-hydeout-3.5.0 _includes/sidebar-nav-links.html