Sha256: 1aee84d719fe77f5fa7bd97693134e60466aa13a0ebe174be5c7be7f140de871
Contents?: true
Size: 1.42 KB
Versions: 3
Compression:
Stored size: 1.42 KB
Contents
<header class="fixed mast proxima top" role="banner"> <nav class="bar left transparent-white "> {% assign default_paths = site.pages | map: "path" %} {% assign page_paths = site.header_pages | default: default_paths %} <a class="sprite-up logo left ir" role="blog main" href="{{ '/' | relative_url }}">{{ site.title | escape }}</a> <a class="left beta-label super-small" href="{{ '/' | relative_url }}"> beta </a> <div class="loader left hidden"></div> <ul class="horizontal-list left navi-menu"> {% for path in page_paths %} {% assign my_page = site.pages | where: "path", path | first %} {% if my_page.title %} <li> <a href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> </li> {% endif %} {% endfor %} </ul> <div class="left"> <input type="text" id="search-input" placeholder="Search blog..." class="search"> <ul id="results-container"></ul> </div> <ul class="horizontal-list right navi-menu"> <li> <a href="https://bubblin.io"> ← Back to site </a> </li> <li class="hide-on-mobiles"> <a href="https://bubblin.io/users/new">Sign up</a> </li> <li class="hide-on-mobiles"> <a href="https://bubblin.io/login">Login</a> </li> </ul> </header>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bubblin-jekyll-1.1.6 | _includes/header.html |
bubblin-jekyll-1.1.5 | _includes/header.html |
bubblin-jekyll-1.1.4 | _includes/header.html |