Sha256: 8507488ffd77f6077fe1394771092c7e554be11a7f1841af789896e6f38c77a7
Contents?: true
Size: 729 Bytes
Versions: 6
Compression:
Stored size: 729 Bytes
Contents
<header class='mt4 mb3 ml4 mr1 sm-ml2'> <h1 class='mb1' role='banner'><a href='{{ site.baseurl }}/'>{{ site.title }}</a></h1> <div class='mxn1' role='navigation'> {% assign default_paths = site.pages | map: "path" %} {% assign page_paths = site.header_pages | default: default_paths %} {% if page_paths %} {% for path in page_paths %} {% assign my_page = site.pages | where: "path", path | first %} {% if my_page.title and my_page.title != "Posts" %} {% assign my_page = site.pages | where: "path", path | first %} <a class="btn button-narrow h3" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> {% endif %} {% endfor %} {% endif %} </div> </header>
Version data entries
6 entries across 6 versions & 1 rubygems