Sha256: 563f299918e950b43932399a46e733480973b19bd63dfe2544bc43403a3063a5
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
<header class="header" id="menutoggle"> <a href="#content" class="show-on-focus skip">Zum Inhalt skippen</a> <div class="header__visible"> <div class="header__toggle"> <a href="#menutoggle" class="toggle burger" title="MenĂ¼ ausklappen"> <svg viewBox="0 0 100 100" width="60px" height="40px" class="toggle__icon"> <rect x="0" y="38" width="100" height="5" class="toggle__r" /> <rect x="0" y="63" width="100" height="5" class="toggle__l" /> </svg> </a> <a href="#" class="toggle cross" title="MenĂ¼ einklappen"> <svg viewBox="0 0 100 100" width="60px" height="40px" class="toggle__icon"> <rect x="0" y="38" width="100" height="5" class="toggle__r" /> <rect x="0" y="63" width="100" height="5" class="toggle__l" /> </svg> </a> </div> <div class="header__title"> <h2>{{ site.title }}</h2> </div> </div> <div class="header__toggleble"> <nav class="header__nav"> <h2 class="header__nav-title is-size-5">Inhalt</h2> <ol> {% for page in site.content %} {% assign frags = page.path | split: "/" %} <li class="{% if frags.size == 2 %}toplevel{% else %}sublevel{% endif %}"> <a href="#{{ page.title | url_encode}}">{{ page.title }}</a> </li> {% endfor %} </ol> </nav> <p class="header__footer"><a href="{{ site.mainpage.url }}"><- {{ site.mainpage.label }}</a></p> </div> </header>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
okf-pub-theme-0.1.0 | _includes/header.html |