Sha256: 51a8c64f4c4360c1841cba8a5ce16ae5658ab274a7948e5f127c7581756725ad
Contents?: true
Size: 947 Bytes
Versions: 2
Compression:
Stored size: 947 Bytes
Contents
<!-- Wrapper --> <div id="wrapper"> <!-- Header --> <header id="header"{% if page.layout == "landing" %} class="alt style2"{% endif %}{% if page.layout == "home" %} class="alt"{% endif %}> <a href="{{ "" | absolute_url }}/" class="logo"><strong>{{ site.title }}</strong> <span>{{ site.subtitle }}</span></a> <nav> <a href="#menu">Menu</a> </nav> </header> <!-- Menu --> <nav id="menu"> <ul class="links"> {% for page in site.pages %} {% if page.layout == "home" %} <li><a href="{{ "" | absolute_url }}/">{{ page.title }}</a></li> {% endif %} {% endfor %} {% for page in site.pages %} {% if page.layout != "home" %} <li><a href="{{ page.url | absolute_url }}">{{ page.title }}</a></li> {% endif %} {% endfor %} </ul> <ul class="actions vertical"> <li><a href="#" class="button special fit">Get Started</a></li> <li><a href="#" class="button fit">Log In</a></li> </ul> </nav>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fortyone-jekyll-theme-1.0.1 | _includes/header.html |
fortyone-jekyll-theme-1.0.0 | _includes/header.html |