I2P brand styleguides for the web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
382 B

<div class="sidebar {{ include.sidebarClassName }}" id="sidebar">
<ul class="p-0 list-group sidebar-fill">
{% for sidebar_hash in page.sidebar %}
{% for link in sidebar_hash %}
<a class="sidebar__link__light" href="{{ link[0] }}"><li class="list-group-item rb-sidebar">
{{ link[1] }}
</li></a>
{% endfor %}
{% endfor %}
</ul>
</div>