Sha256: 08a3e54da094cc1f5fa1d72611f6e16e1b2820f19f02e621871e78ef967b6d27
Contents?: true
Size: 704 Bytes
Versions: 3
Compression:
Stored size: 704 Bytes
Contents
<header class="header"> <div class="container"> {% if site.logo %} <a class="logo" href="{{ site.url }}" title="{{ site.title }}"> <img class="image" src="{{ site.logo | replace: "300", "72" }}" alt="{{ site.title }}" srcset="{{ site.logo | replace: "300", "72" }} 72w, {{ site.logo | replace: "300", "144" }} 144w" width="72" height="72"> </a> {% endif %} <button class="button">Menu</button> <nav class="nav nav--main"> {% for page in site.pages %} {% if page.title %} <a class="item" href="{{ page.url | prepend: site.baseurl }}" title="{{ page.title }}">{{ page.title | escape }}</a> {% endif %} {% endfor %} </nav> </div> </header>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
garth-jekyll-theme-0.2.7 | _includes/header.html |
garth-jekyll-theme-0.2.6 | _includes/header.html |
garth-jekyll-theme-0.2.5 | _includes/header.html |