Sha256: 15e117a634bc6ed624b5956add561c9b05c7f70aac197b4488f73725a1fae8e2
Contents?: true
Size: 436 Bytes
Versions: 3
Compression:
Stored size: 436 Bytes
Contents
<nav> <ul class="d-flex flex-column unstyle-list"> {% assign sorted_pages = site.pages | sort: "priority" %} {% for node in sorted_pages %} {% if node.priority %} <li class="mt-2{% if node.title == page.title %} active{% endif %}""><a class="body-lg fw-600 border-bottom-0" href="{{ site.url }}{{ node.url }}">{{ node.title }}</a></li> {% endif %} {% endfor %} </ul> {% include social.html %} </nav>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
another-theme-1.0.4 | _includes/menu.html |
another-theme-1.0.3 | _includes/menu.html |
another-theme-1.0.2 | _includes/menu.html |