Sha256: cc99cff15a677be8c3467d3b38f5dbdde1467ff74555bf87c8089f279ec4a5d9
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 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> <ul class="horizontal-list right navi-menu"> <li> <a href="https://bubblin.io"> Go to main 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bubblin-jekyll-1.1.1 | _includes/header.html |
bubblin-jekyll-1.1.0 | _includes/header.html |