Sha256: c1b8a80cac064bde08766d12222ac3cfe9e3c5e6fc4ab5baa29ad2f5dbbbc590
Contents?: true
Size: 423 Bytes
Versions: 2
Compression:
Stored size: 423 Bytes
Contents
<nav> <ul class="d-flex flex-column"> {% 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
another-theme-1.0.1 | _includes/menu.html |
another-theme-1.0.0 | _includes/menu.html |