Sha256: 693c1fe05aa84abe724a59dcc481e2dc941e85499d3884f7be52f0d040df01fa
Contents?: true
Size: 443 Bytes
Versions: 3
Compression:
Stored size: 443 Bytes
Contents
{% comment %} Dynamically generate list of links to all category pages {% endcomment %} {% assign pages_list = site.pages|sort:"sidebar_sort_order" %} {% for node in pages_list %} {% if node.title != null %} {% if node.layout == "category" %} <a class="category-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/category-links.html |
jekyll-theme-hydeout-3.7.1 | _includes/category-links.html |
jekyll-theme-hydeout-3.7.0 | _includes/category-links.html |