Sha256: abedbc914aa0dfd17f4b99dc835cd09880c480e6f6feb46de8c8e8e813852f11
Contents?: true
Size: 845 Bytes
Versions: 2
Compression:
Stored size: 845 Bytes
Contents
<header class="l-header"> <div class='l-logo'> <a class="logo" href="/"> <img class="drop-shadow" src="{{ site.frame9.avatar | relative_url }}" alt="{{ site.title }}" > </a> </div> <nav class="menu text-shadow"> {% for tab in site.tabs %} {% assign show_tab = site.frame9.show_current_tab %} {% if show_tab == false %} {% if page.url == tab.url %} {% assign show_tab = false %} {% else %} {% assign show_tab = true %} {% endif %} {% endif %} {% if show_tab %} <a {% if page.url == tab.url %}active{% endif %} class="h2 scribe-invert" href="{{ tab.url }}" >{{ tab.title }} </a> {%endif%} {% endfor %} </nav> </header>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
frame9-jekyll-theme-1.1.0 | _includes/header.html |
frame9-jekyll-theme-1.0.0 | _includes/header.html |