Skip to content
Snippets Groups Projects
Select Git revision
  • aa48d179d15b22d46a96673ed564fad862f45996
  • master default
  • JS-based-scroll-rendering
  • Paul_Marius_Level
  • Paul_Marius_2
  • Paul_Marius
  • Andi_Mark
  • be-UnityWebView
  • gitignoreFrameitServer
  • ZimmerBSc
  • Bugfix_StageLoading
  • stages
  • MAZIFAU_Experimental
  • tsc/coneworld
  • tsc/fact-interaction
  • marcel
  • MaZiFAU_TopSort
  • mergeHelper
  • zwischenSpeichern
  • tempAndrToMaster
  • SebBranch
  • 3.0
  • v2.1
  • v2.0
  • v1.0
25 results

Pythagoras.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>