Skip to content
Snippets Groups Projects
Select Git revision
  • 0a727a14e6605afb7c58b349ca83301bfac49dda
  • master default protected
  • ar5iv-04-2024-dataset
  • grounding-dataset-v1
  • fix-sidebar-gitlab-link
  • 13-collect-a-sigmathling-bibliography-2
  • add_bibliography
  • arxmliv-2018
8 results

sidebar-nav-item.html

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>