Sha256: 65f0d1d8cee8f79a1c5ea1c3b43d15f6863eef86fda8176096858caefd01e9a3
Contents?: true
Size: 440 Bytes
Versions: 4
Compression:
Stored size: 440 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="{{ node.url | relative_url }}">{{ node.title }}</a> {% endif %} {% endif %} {% endfor %}
Version data entries
4 entries across 4 versions & 1 rubygems