Skip to content
Snippets Groups Projects
Select Git revision
  • c17e65eb98216c6a2aef7a5141125902d6d9d295
  • main default
  • master
  • tempAndrToMaster
4 results

EditorSettings.asset

Blame
  • sidebar-nav-item.html 300 B
    {% comment %}
      Build a link to a page, activated if this is not the sidebar of this page
      This is meant to be used from the sidebar
    {% endcomment %}
    
    <a class="sidebar-nav-item{% if page.url == include.url %} active{% endif %}"
       href="{{ site.baseurl }}{{ include.url }}">{{ include.title }}</a>