Sha256: 3822663fc64467006e3a294c636f0dad44b4a3ef89aed9769188652a1cf66138
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
<header class="responsive fixed lily-translucent-bar"> <nav> {% if page.hide_title %} <h5 class="max lily-bar-text" ondblclick="scrollToTop()"></h5> {% else %} {% if page.hide_excerpt %} <h5 class="max lily-bar-text" ondblclick="scrollToTop()">{{ page.title | default: site.title | default: site.github.repository_name }}</h5> {% else %} {% if page.layout=="post" %} <h5 class="max lily-bar-text" ondblclick="scrollToTop()">{{ page.title | default: site.title | default: site.github.repository_name }}</h5> {% else %} <div class="max lily-bar-text" ondblclick="scrollToTop()"> <h6 class="lily-bar-text">{{ page.title | default: site.title | default: site.github.repository_name }}</h6> <p class="lily-bar-text">{{ page.excerpt | default: site.description | default: site.github.project_tagline }}</p> </div> {% endif %} {% endif %} {% endif %} <button class="circle transparent" title="Light mode switch" onclick="changeLightMode()"> <i>light_mode</i> </button> </nav> </header>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-lily-3.0.3.1.3 | _includes/header.html |