Sha256: 8000c156967fd0ba07378f240748467ed95dc15a17dae0d038a27b7cd018023d
Contents?: true
Size: 506 Bytes
Versions: 3
Compression:
Stored size: 506 Bytes
Contents
{% comment %} The code below dynamically generates a sidebar nav of pages with `sidebar_link: true` in the front-matter. See readme for usage. {% endcomment %} {% assign pages_list = site.pages|sort:"sidebar_sort_order" %} {% for node in pages_list %} {% if node.title != null %} {% if node.sidebar_link %} <a class="page-link {% if page.url == node.url %} active{% endif %}" href="{{ site.baseurl }}{{ node.url }}">{{ node.title }}</a> {% endif %} {% endif %} {% endfor %}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-hydeout-4.0.0 | _includes/page-links.html |
jekyll-theme-hydeout-3.7.1 | _includes/page-links.html |
jekyll-theme-hydeout-3.7.0 | _includes/page-links.html |