Sha256: 6aec713914fb18a1d1721e074354d902ad9addca66473b63c9a3f44df4bc5f9b
Contents?: true
Size: 629 Bytes
Versions: 4
Compression:
Stored size: 629 Bytes
Contents
<header class="header"> {% include social-links.html %} <span class="title"> <a href="{{ '/' | relative_url }}">{{ site.title }} <small class=subtitle></small></a> </span> <span class="description">{{ site.description }}</span> <nav class="header-nav"> <ul> {% for nav in site.nav %} <li> {% if nav.url contains 'http://' or nav.url contains 'https://' %} <a href="{{ nav.url }}">{{ nav.name }}</a> {% else %} <a href="{{ nav.url | relative_url }}">{{ nav.name }}</a> {% endif %} </li> {% endfor %} </ul> </nav> </header>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-nan-1.0.4 | _includes/header.html |
jekyll-theme-nan-1.0.3 | _includes/header.html |
jekyll-theme-nan-1.0.2 | _includes/header.html |
jekyll-theme-nan-1.0.1 | _includes/header.html |